]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/templates/managefolders.html
Imported Upstream version 0.2.2
[roundcube.git] / skins / default / templates / managefolders.html
index d37861916a775cf274ebed50794dd81b1011e186..5da5c22f1801477bd719666a95a099bd9a25bb5a 100644 (file)
@@ -4,8 +4,9 @@
 <title><roundcube:object name="pagetitle" /></title>
 <roundcube:include file="/includes/links.html" />
 <link rel="stylesheet" type="text/css" href="/settings.css" />
+<script type="text/javascript" src="/functions.js"></script>
 </head>
-<body>
+<body onload="rcube_init_settings_tabs()">
 
 <roundcube:include file="/includes/taskbar.html" />
 <roundcube:include file="/includes/header.html" />
@@ -15,9 +16,9 @@
 
 <div id="folder-manager">
 <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
-  cellpadding="1" cellspacing="0" summary="Folder subscription table"
+  cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table"
   deleteIcon="/images/icons/folder-trash.png"
-  renameIcon="/images/icons/edit.png" />
+  renameIcon="/images/icons/rename.png" />
 </div>
 
 <div id="bottomboxes">
@@ -26,8 +27,9 @@
 
 <div class="settingspart">
 <roundcube:label name="foldername" />:&nbsp;
-<roundcube:object name="createfolder" form="subscriptionform" />
+<roundcube:object name="createfolder" form="subscriptionform" hintbox="rcmailaddfolderhint" />
 <roundcube:button command="create-folder" type="input" class="button" label="create" />
+<div id="rcmailaddfolderhint" class="hint" style="margin-top:1em; height:16px"></div>
 </div>
 </div>
 
@@ -35,7 +37,5 @@
 
 </form>
 
-<roundcube:include file="/includes/settingscripts.html" />
-
 </body>
 </html>