diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 14:21:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 14:21:14 +0200 |
commit | 71a522f103a41b2f38f5d96ab476384efe3002e8 (patch) | |
tree | ac29d78305921f3c3f500641b051968834153b7a /skins/classic/templates/addressbook.html | |
parent | 36a10247c0b05d518f4c2c8f7bf74e3181ea5050 (diff) |
Separate list of saved searched from addressbooks list
Diffstat (limited to 'skins/classic/templates/addressbook.html')
-rw-r--r-- | skins/classic/templates/addressbook.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/templates/addressbook.html b/skins/classic/templates/addressbook.html index 53995860d..0af5e4317 100644 --- a/skins/classic/templates/addressbook.html +++ b/skins/classic/templates/addressbook.html @@ -61,6 +61,7 @@ <div id="directorylist-title" class="boxtitle"><roundcube:label name="groups" /></div> <div id="directorylist-content" class="boxlistcontent"> <roundcube:object name="directorylist" id="directorylist" class="treelist" /> + <roundcube:object name="savedsearchlist" id="savedsearchlist" class="treelist" /> </div> <div id="directorylist-footer" class="boxfooter"> <roundcube:button command="group-create" type="link" title="newgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " /> |