diff options
-rw-r--r-- | skins/default/templates/folders.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/folders.html b/skins/default/templates/folders.html index 1710b8ca0..95634f358 100644 --- a/skins/default/templates/folders.html +++ b/skins/default/templates/folders.html @@ -21,7 +21,7 @@ <div id="mainscreen"> <div id="folder-manager"> -<div id="folder-title" class="boxtitle"><roundcube:label name="folders" /><span class="rightalign"><roundcube:label name="subscribed" /></span></div> +<div id="folder-title" class="boxtitle"><span class="rightalign"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></div> <div class="boxlistcontent"> <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" noheader="true" cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table" /> |