diff options
Diffstat (limited to 'skins/larry/templates/folders.html')
-rw-r--r-- | skins/larry/templates/folders.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/templates/folders.html b/skins/larry/templates/folders.html index 54616be51..ab4e46ce1 100644 --- a/skins/larry/templates/folders.html +++ b/skins/larry/templates/folders.html @@ -15,11 +15,11 @@ <div id="settings-right"> <div id="folderslist" class="uibox listbox"> -<h2 class="boxtitle"><span style="float:right"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></h2> -<div class="scroller withfooter"> +<h2 id="folderslist-header" class="boxtitle"><span style="float:right"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></h2> +<div id="folderslist-content" class="scroller withfooter"> <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" class="listing" noheader="true" /> </div> -<div class="boxfooter"> +<div id="folderslist-footer" class="boxfooter"> <roundcube:button command="create-folder" type="link" title="createfolder" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="UI.show_popup('mailboxmenu');return false" innerClass="inner" content="⚙" /> <roundcube:if condition="env:quota" /> <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" display="text" /> |