diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-09-25 09:39:40 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-09-25 09:39:40 +0200 |
commit | 0746d58fcebf1f259d5e4cac72833ea41b86410a (patch) | |
tree | 0fd9631ecf0f03697aad3e7bc07192585d36ea0f /skins/larry/includes/mailtoolbar.html | |
parent | 5f8406c76a1efdc50e5613a49ca10b86873fa436 (diff) |
Allow to mark/flag messages from full message view screen
Diffstat (limited to 'skins/larry/includes/mailtoolbar.html')
-rw-r--r-- | skins/larry/includes/mailtoolbar.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skins/larry/includes/mailtoolbar.html b/skins/larry/includes/mailtoolbar.html index 60cebe01b..31472cbb3 100644 --- a/skins/larry/includes/mailtoolbar.html +++ b/skins/larry/includes/mailtoolbar.html @@ -12,9 +12,7 @@ <roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" title="printmessage" /> <roundcube:endif /> <roundcube:container name="toolbar" id="mailtoolbar" /> -<roundcube:if condition="template:name == 'mail'" /> <roundcube:button name="markmenulink" id="markmessagemenulink" type="link" class="button markmessage" label="mark" title="markmessages" onclick="UI.show_popup('markmessagemenu');return false" /> -<roundcube:endif /> <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button more" label="more" title="moreactions" onclick="UI.show_popup('messagemenu');return false" /> <div id="forwardmenu" class="popupmenu"> @@ -44,7 +42,6 @@ </ul> </div> -<roundcube:if condition="template:name == 'mail'" /> <div id="markmessagemenu" class="popupmenu"> <ul class="toolbarmenu iconized"> <li><roundcube:button command="mark" prop="read" label="markread" classAct="icon active" class="icon" innerclass="icon read" /></li> @@ -54,4 +51,3 @@ <roundcube:container name="markmenu" id="markmessagemenu" /> </ul> </div> -<roundcube:endif /> |