Add listcontrols template container in Larry skin (#1488498)

pull/11/merge
Thomas Bruederli 13 years ago
parent 45dd7c122d
commit 077befb38e

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail CHANGELOG Roundcube Webmail
=========================== ===========================
- Add listcontrols template container in Larry skin (#1488498)
- Fix host autoselection when default_host is an array (#1488495) - Fix host autoselection when default_host is an array (#1488495)
- Move messages forwarding mode setting into Preferences - Move messages forwarding mode setting into Preferences
- Add is_escaped attribute for html_select and html_textarea (#1488485) - Add is_escaped attribute for html_select and html_textarea (#1488485)

@ -93,6 +93,8 @@
</span> </span>
</div> </div>
<roundcube:container name="listcontrols" id="listcontrols" />
<a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a> <a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a>
</div> </div>

Loading…
Cancel
Save