]> 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 16379723e2481afe851b65c379941f52d6a4823a..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,7 +16,7 @@
 
 <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/rename.png" />
 </div>
@@ -36,7 +37,5 @@
 
 </form>
 
-<roundcube:include file="/includes/settingscripts.html" />
-
 </body>
 </html>