System config: add missing closing DIV
[citadel.git] / webcit / static / t / aide / display_sitewide_config.html
index 9bcf8784f495fe9776221a39dcb0a41b687efa47..ecb646cc150449df85370b61843e64c7c710531f 100644 (file)
@@ -1,8 +1,8 @@
-<?=("head")><?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?=("head")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
 <h1><?_("Site configuration")></h1>
 </div>
-<div id="content" class="service fix_scrollbar_bug">
+<div id="content" class="service">
 <?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
 <??("COND:AIDE", 2)>
 <table border="0" cellspacing="0" cellpadding="0" ><tr><td>
@@ -22,4 +22,5 @@
 </td></tr></table>
 <??("X", 2)>
 </div>
+</div>
 <?=("trailing")>