* HAIL MELD!
[citadel.git] / webcit / static / t / display_sitewide_config.html
index e2bf7a013e384b61bcdb5bc3afe4da26365cfb40..97e23d76fe941e6eadc3bda5b1d0c998c1478cc0 100644 (file)
@@ -1,12 +1,11 @@
-<?=("head")>
-<?=("important_msg")>
-<?ICONBAR>
+<?=("head")><?=("important_msg")><?ICONBAR>
 <div id="banner">
 <h1><?_("Site configuration")></h1>
 </div>
 <div id="content" class="service fix_scrollbar_bug">
 <?!("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>
 <form method="post" action="siteconfig">
 <input type="hidden" name="nonce" value= '<?NONCE>'>
 <?DOTABBED("subject_general", "tab_siteconfig_general",
        "subject_autopurger", "tab_siteconfig_autopurger",
        "subject_indexing", "tab_siteconfig_indexing",
        "subject_pushmail", "tab_siteconfig_pushmail",
-       "subject_pop3", "tab_siteconfig_pop3")>
+       "subject_pop3", "tab_siteconfig_pop3", 
+        "", "submit_siteconfig")>
+</form>
+</td></tr></table>
 <??("X", 2)>
 </div>
 <?=("trailing")>