diff options
Diffstat (limited to 'skins/larry/templates')
-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 --> |