System config: add missing closing DIV
[citadel.git] / webcit / static / t / aide / display_sitewide_config.html
index 252188c53b26a965053ddcb9b1042b5f542b7213..ecb646cc150449df85370b61843e64c7c710531f 100644 (file)
@@ -1,7 +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">
 <?!("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>
@@ -20,4 +21,6 @@
 </form>
 </td></tr></table>
 <??("X", 2)>
+</div>
+</div>
 <?=("trailing")>