diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-02 13:03:22 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-02 13:03:22 +0200 |
commit | c6447e2ce289188493590ec0d5449fa3692eed08 (patch) | |
tree | 4e0c853d0043a224e29b0c02c40773addc10d8d6 /skins/classic/templates | |
parent | 997ef19f17af31c668d34bd00269fc02186be7f8 (diff) |
Use treelist widget for folders list in Settings/Folders (#1489648)
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/folders.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/templates/folders.html b/skins/classic/templates/folders.html index f00c23b22..66bec6243 100644 --- a/skins/classic/templates/folders.html +++ b/skins/classic/templates/folders.html @@ -21,8 +21,8 @@ <div id="folder-manager"> <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" /> + <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" + summary="Folder subscription table" class="treelist" /> </div> <div id="folderlist-footer" class="boxfooter"> <roundcube:button command="create-folder" type="link" title="createfolder" class="buttonPas addgroup" classAct="button addgroup" content=" " /> |