Changing the name of the 'Aide' access level to 'Admin'
[citadel.git] / webcit / static / t / aide / display_inetconf.html
index ef71040db35159d508c258c459d85d7c59933f09..a9e32e81ab65c50eebd96030c60f8dd531461742 100644 (file)
@@ -1,30 +1,33 @@
 <?=("head")>
-<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
 <h1>
 <??("COND:AIDE", 1)><?_("System Administration Menu")><??("X", 1)>
-<?!("COND:AIDE", 2)><?_("Room Aide Menu")><?!("X", 2)>
+<?!("COND:AIDE", 2)><?_("Room Admin Menu")><?!("X", 2)>
 </h1>
 </div>
 <div id="content" class="service">
-<table border=0 width=100% cellspacing="10" cellpadding="10"> <tr><td valign=top width="50%">
+<table border="0" width="100%" cellspacing="10" cellpadding="10">
+<tr><td valign="top" width="50%">
 
 
-<?DOBOXED("aide_inet_aliases", _("Local host aliases"))><br />
-<?DOBOXED("aide_inet_dirnames", _("Directory domains"))><br />
-<?DOBOXED("aide_inet_smarthosts", _("Smart hosts"))><br />
-<?DOBOXED("aide_inet_fallbackhosts", _("Fallback smart hosts"))><br />
+<?DOBOXED("aide_inet_aliases", _("Local host aliases"))><br>
+<?DOBOXED("aide_inet_dirnames", _("Directory domains"))><br>
+<?DOBOXED("aide_inet_smarthosts", _("Smart hosts"))><br>
+<?DOBOXED("aide_inet_fallbackhosts", _("Fallback smart hosts"))><br>
 <?DOBOXED("aide_inet_notify", _("Notification hosts"))>
 
-</td><td valign=top width="50%">
+</td><td valign="top" width="50%">
 
 
-<?DOBOXED("aide_inet_rbldns", _("RBL hosts"))><br />
-<?DOBOXED("aide_inet_spamass", _("SpamAssassin hosts"))><br />
-<?DOBOXED("aide_inet_clamav", _("ClamAV clamd hosts"))><br />
+<?DOBOXED("aide_inet_rbldns", _("RBL hosts"))><br>
+<?DOBOXED("aide_inet_spamass", _("SpamAssassin hosts"))><br>
+<?DOBOXED("aide_inet_clamav", _("ClamAV clamd hosts"))><br>
 <?DOBOXED("aide_inet_masqdomains", _("Masqueradable domains"))>
 
 
 </td></tr></table>
+</div>
 <?SERVCFG:FLUSHINETCFG>
+</div>
 <?=("trailing")>