diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-27 18:05:25 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-27 18:05:52 +0200 |
commit | d4877917fc3bfc933a52448e0563afc9c28f6cb8 (patch) | |
tree | 788c460fc338ab8c64781db6c48b2f9bc0f26e55 | |
parent | a9055c5a81b3c7552c2cfa909ccd399c50f42b76 (diff) |
Add listcontrols template container in Larry skin (#1488498)
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | skins/larry/templates/mail.html | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Add listcontrols template container in Larry skin (#1488498) - Fix host autoselection when default_host is an array (#1488495) - Move messages forwarding mode setting into Preferences - Fix HTML entities handling in HTML editor (#1488483) diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index c915c946d..183129a98 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -93,6 +93,8 @@ </span> </div> + <roundcube:container name="listcontrols" id="listcontrols" /> + <a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a> </div> |