summaryrefslogtreecommitdiff
path: root/skins/default/templates/folders.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-03-08 10:00:42 +0000
committeralecpl <alec@alec.pl>2012-03-08 10:00:42 +0000
commite97f0109eae8286c54ad6bc191b7231bce8a635c (patch)
tree2032da4bdc4de6df083f444c895afe7fb86bec42 /skins/default/templates/folders.html
parentc388257078b732bb474afa475e986ec66b01165d (diff)
- Scroll long lists on drag&drop (#1485946)
Diffstat (limited to 'skins/default/templates/folders.html')
-rw-r--r--skins/default/templates/folders.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/default/templates/folders.html b/skins/default/templates/folders.html
index 8f3aa818b..1ae8809ec 100644
--- a/skins/default/templates/folders.html
+++ b/skins/default/templates/folders.html
@@ -21,12 +21,12 @@
<div id="mainscreen">
<div id="folder-manager">
-<div id="folder-title" class="boxtitle"><span class="rightalign"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></div>
-<div class="boxlistcontent">
+<div id="folderlist-title" class="boxtitle"><span class="rightalign"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></div>
+<div id="folderlist-content" class="boxlistcontent">
<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" noheader="true"
cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table" />
</div>
-<div class="boxfooter">
+<div id="folderlist-footer" class="boxfooter">
<roundcube:button command="create-folder" type="link" title="createfolder" class="buttonPas addgroup" classAct="button addgroup" content=" " />
<roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " />