From d4877917fc3bfc933a52448e0563afc9c28f6cb8 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sun, 27 May 2012 12:05:52 -0400 Subject: [PATCH] Add listcontrols template container in Larry skin (#1488498) --- skins/larry/templates/mail.html | 2 ++ CHANGELOG | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 23d5694..14def54 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 c915c94..183129a 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> -- Gitblit v1.9.1