diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-04 23:39:45 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-04 23:39:45 +0200 |
commit | 77fad166e30e5fd225495c6c78f525d0ce27c7b3 (patch) | |
tree | 7a8d8883e0cfe2c62f837fb4da629b5094c2e3c4 /skins/larry/includes/mailtoolbar.html | |
parent | b1f30d873d52e15162b1ea5b8f3b57d96e926cdf (diff) |
Some last layout changes for Larry: move search box to the right, visually connect message list footer to the list
Diffstat (limited to 'skins/larry/includes/mailtoolbar.html')
-rw-r--r-- | skins/larry/includes/mailtoolbar.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/skins/larry/includes/mailtoolbar.html b/skins/larry/includes/mailtoolbar.html index 317ff15dd..fbc2e5e64 100644 --- a/skins/larry/includes/mailtoolbar.html +++ b/skins/larry/includes/mailtoolbar.html @@ -1,9 +1,6 @@ <div id="mailtoolbar" class="toolbar"> <roundcube:if condition="template:name == 'message'" /> <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" /> -<roundcube:else /> -<roundcube:button command="checkmail" type="link" class="button checkmail disabled" classAct="button checkmail" classSel="button checkmail pressed" label="refresh" title="checkmail" /> -<roundcube:button command="compose" type="link" class="button compose disabled" classAct="button compose" classSel="button compose pressed" label="compose" title="writenewmessage" /> <roundcube:endif /> <roundcube:button command="reply" type="link" class="button reply disabled" classAct="button reply" classSel="button reply pressed" label="reply" title="replytomessage" /> <span class="dropbutton"> |