summaryrefslogtreecommitdiff
path: root/skins/larry/templates/addressbook.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-03-08 12:27:11 +0000
committeralecpl <alec@alec.pl>2012-03-08 12:27:11 +0000
commitefaf2e077ffd479230efce331beeaaf3049440f8 (patch)
tree32f297cd6f760126677555bb4a68fb3f893bc637 /skins/larry/templates/addressbook.html
parent85f11f01373738ad0c1a8660b15b4f3bafe836d7 (diff)
- Larry: scroller (#1485946)
Diffstat (limited to 'skins/larry/templates/addressbook.html')
-rw-r--r--skins/larry/templates/addressbook.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html
index 94d326a9d..522f32176 100644
--- a/skins/larry/templates/addressbook.html
+++ b/skins/larry/templates/addressbook.html
@@ -21,11 +21,11 @@
<!-- sources/groups list -->
<div id="directorylistbox" class="uibox listbox">
-<h2 class="boxtitle"><roundcube:label name="groups" /></h2>
-<div class="scroller withfooter">
+<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="listing" />
</div>
-<div class="boxfooter">
+<div id="directorylist-footer" class="boxfooter">
<roundcube:button command="group-create" type="link" title="newcontactgroup" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="groupoptions" id="groupoptionslink" type="link" title="moreactions" class="listbutton groupactions" onclick="UI.show_popup('groupoptions');return false" innerClass="inner" content="&#9881;" />
</div>
</div>