]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/aide/edituser/select.html
Changing the name of the 'Aide' access level to 'Admin'
[citadel.git] / webcit / static / t / aide / edituser / select.html
index 80d1b768a025dd923f9af51127aab1f1cce21185..e6e92bb7f482b63394fd15667efd5abf114ea338 100644 (file)
@@ -1,22 +1,25 @@
 <?=("head")>
-<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
-  <img src="static/usermanag_48x.gif">
-  <h1><??("COND:AIDE", 1)><?_("Edit or delete users")><??("X", 1)></h1>
+       <img src="static/webcit_icons/essen/32x32/account.png">
+       <h1><??("COND:AIDE", 1)><?_("Edit or delete users")><??("X", 1)></h1>
 </div>
 
 <div id="content" class="service"> 
-<?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
-<??("COND:AIDE", 2)>
+       <?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
+       <??("COND:AIDE", 2)>
  
-<!--- TODO if (message != NULL) message); -->
+       <!--- TODO if (message != NULL) message); -->
 
-<table border=0 cellspacing=10>
-<tr valign=top><td>
-  <?DOBOXED(="aide_edituser_add", _("Add users"))>
-</td><td>
- <?DOBOXED(="aide_edituser_box_select", _("Edit or Delete users"))>
-</td></tr>
-</table>
-<??("X", 2)>
+               <table border=0 cellspacing=10>
+                       <tr valign=top>
+                               <td>
+                                       <?DOBOXED(="aide_edituser_add", _("Add users"))>
+                               </td>
+                               <td>
+                                       <?DOBOXED(="aide_edituser_box_select", _("Edit or Delete users"))>
+                               </td>
+                       </tr>
+               </table>
+       <??("X", 2)>
 <?=("trailing")>