diff options
author | alecpl <alec@alec.pl> | 2012-03-02 11:50:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-02 11:50:46 +0000 |
commit | aa2013bd34a1029012e35b4f64caf1477cb35524 (patch) | |
tree | 716d7ea20820614e4a89582d64f1e02e7c439107 /skins/default/includes/messagetoolbar.html | |
parent | 45cb8324ff4a905e78bc3fd3b4f7307256697fab (diff) |
- Fix "#messagetoolbar select" in Firefox (#1488261)
Diffstat (limited to 'skins/default/includes/messagetoolbar.html')
-rw-r--r-- | skins/default/includes/messagetoolbar.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/includes/messagetoolbar.html b/skins/default/includes/messagetoolbar.html index 57bed8a34..ad0f390de 100644 --- a/skins/default/includes/messagetoolbar.html +++ b/skins/default/includes/messagetoolbar.html @@ -23,6 +23,7 @@ <roundcube:if condition="template:name == 'message'" /> <roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" folder_filter="mail" /> <roundcube:endif /> +<roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="moreactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " /> </div> <div id="forwardmenu" class="popupmenu"> |