diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-02 11:52:11 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-02 11:52:11 +0000 |
| commit | 4a6df2aee9893289edc78a5e15c4650f7274aa10 (patch) | |
| tree | 44e79ca9252f64d795fc73c91828d8c4d3d15268 | |
| parent | 28ad828180ba37f0937668924f5425e0eb93102d (diff) | |
- Remove redundant button (added in last commit by mistake)
git-svn-id: https://svn.roundcube.net/trunk@5942 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/includes/messagetoolbar.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/includes/messagetoolbar.html b/roundcubemail/skins/default/includes/messagetoolbar.html index ad0f390de..57bed8a34 100644 --- a/roundcubemail/skins/default/includes/messagetoolbar.html +++ b/roundcubemail/skins/default/includes/messagetoolbar.html @@ -23,7 +23,6 @@ <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"> |
