From c6447e2ce289188493590ec0d5449fa3692eed08 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 02 Jul 2014 07:03:22 -0400 Subject: [PATCH] Use treelist widget for folders list in Settings/Folders (#1489648) --- 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 f00c23b..66bec62 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=" " /> -- Gitblit v1.9.1