diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-07 15:35:30 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-07 15:35:30 +0100 |
commit | 86552ffc8f0f76651747a1faaed9bbda6d015f98 (patch) | |
tree | 3b04710a00f648af084b869ed22002fa6ae60159 /skins/classic/templates/addressbook.html | |
parent | ec2185a1cb2a0d412ab9e916618972bc4c70f68c (diff) |
Finish hierarchical groups browsing in LDAP address books; add according UI elements and styles to the skins; adapt habavior of the compose address book widget
Diffstat (limited to 'skins/classic/templates/addressbook.html')
-rw-r--r-- | skins/classic/templates/addressbook.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/addressbook.html b/skins/classic/templates/addressbook.html index 9d959d5ef..4d809095b 100644 --- a/skins/classic/templates/addressbook.html +++ b/skins/classic/templates/addressbook.html @@ -74,7 +74,7 @@ <div id="addressscreen"> <div id="addresslist"> -<div class="boxtitle"><roundcube:label name="contacts" /></div> +<roundcube:object name="addresslisttitle" label="contacts" tag="div" class="boxtitle" /> <div class="boxlistcontent"> <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" noheader="true" /> </div> |