diff options
author | thomascube <thomas@roundcube.net> | 2011-12-07 22:36:33 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-07 22:36:33 +0000 |
commit | 13ed1e0d9160e3b8ca240b827c6095b91ecaf071 (patch) | |
tree | 54a18491df60d74a40016a9340a5adb57add316e /skins/larry/templates/mail.html | |
parent | 7d84ff643abcb3d818260c240dc9d51dade5a835 (diff) |
New skin: set list icons and toolbar buttons
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index d93df4d47..6a1164002 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -40,7 +40,7 @@ <!-- toolbar --> <div id="messagetoolbar"> -<!-- roundcube:include file="/includes/messagetoolbar.html" /--> +<roundcube:include file="/includes/mailtoolbar.html" /> </div> <div id="mailview-top"> @@ -65,8 +65,7 @@ <roundcube:button command="previouspage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previouspage" content="&lt;" /> <roundcube:button command="nextpage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextpage" content="&gt;" /> <roundcube:button command="lastpage" type="link" class="button lastpage disabled" classAct="button lastpage" classSel="button lastpage pressed" innerClass="inner" title="lastpage" content="&gt;|" /> -</div> - + </div> </div> </div><!-- end mailview-top --> |