summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-27 18:05:25 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-27 18:05:25 +0200
commit077befb38e9a6bdec302c0f97a0d8429f929e112 (patch)
tree59c20e2edc25bb2cf73273d49dc63c8170ea0666
parent45dd7c122d489f63f6732286e9b238b2abd50f1d (diff)
Add listcontrols template container in Larry skin (#1488498)
-rw-r--r--CHANGELOG1
-rw-r--r--skins/larry/templates/mail.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 822838ecf..872230f62 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
- Add is_escaped attribute for html_select and html_textarea (#1488485)
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>