diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-08 18:19:20 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-08 18:19:20 +0200 |
commit | 6789bf1f4dfd32cd54a0fbe520ff3e1a6f6afb8a (patch) | |
tree | 7fe8a301a1fa514f7225424a26047d4cf7bfa79d /skins/larry/templates/mail.html | |
parent | ea0866a1adc9239b8b115ab2490e1dd88f3c64ec (diff) |
Moved popup-menu functions to Roundcube core for seamless integration of (stackable) skin and core menus
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index b41e4b9ae..1e360b422 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -39,10 +39,10 @@ <h2 id="aria-label-searchform" class="voice">Email message search form</h2> <label for="quicksearchbox" class="voice">Email search input</label> <roundcube:object name="searchform" id="quicksearchbox" /> -<roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.toggle_popup('searchmenu',event);return false" title="searchmod" label="options" aria-haspopup="true" aria-owns="searchmenu-menu" /> +<roundcube:button command="menu-open" prop="searchmenu" id="searchmenulink" class="iconbutton searchoptions" title="searchmod" label="options" aria-haspopup="true" aria-owns="searchmenu-menu" /> <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content="Reset" /> -<div id="searchmenu" class="popupmenu"> +<div id="searchmenu" class="popupmenu" data-editable="true"> <h3 id="aria-label-searchmenu" class="voice"><roundcube:label name="searchmod" /></h3> <ul class="toolbarmenu" id="searchmenu-menu" role="menu" aria-labelledby="aria-label-searchmenu"> <li role="menuitem"><label><input type="checkbox" name="s_mods[]" value="subject" id="s_mod_subject" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="subject" /></span></label></li> @@ -237,7 +237,7 @@ <br style="clear:both" /> <div class="formbuttons"> <roundcube:button command="menu-save" id="listmenusave" type="input" class="button mainaction" label="save" /> - <roundcube:button command="menu-close" id="listmenucancel" type="input" class="button" label="cancel" /> + <roundcube:button command="menu-close" prop="messagelistmenu" id="listmenucancel" type="input" class="button" label="cancel" /> </div> </div> |