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/larry/templates/addressbook.html | |
parent | 36a10247c0b05d518f4c2c8f7bf74e3181ea5050 (diff) |
Separate list of saved searched from addressbooks list
Diffstat (limited to 'skins/larry/templates/addressbook.html')
-rw-r--r-- | skins/larry/templates/addressbook.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index 60ea35525..424e96597 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.html @@ -65,6 +65,8 @@ <h2 id="directorylist-header" class="boxtitle"><roundcube:label name="groups" /></h2> <div id="directorylist-content" class="scroller withfooter"> <roundcube:object name="directorylist" id="directorylist" class="treelist listing iconized" /> + <h3 class="boxtitle voice"><roundcube:label name="savedsearches" /></h3> + <roundcube:object name="savedsearchlist" id="savedsearchlist" class="treelist listing iconized" /> </div> <div id="directorylist-footer" class="boxfooter"> <roundcube:button command="group-create" type="link" title="newgroup" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" label="addgroup" /><roundcube:button name="groupoptions" id="groupoptionslink" type="link" title="moreactions" class="listbutton groupactions" onclick="return UI.toggle_popup('groupoptions',event)" innerClass="inner" label="arialabelabookgroupoptions" aria-haspopup="true" aria-expanded="false" aria-owns="groupoptionsmenu" /> |