Removed the "fix_scrollbarbug" div and all references to it.
[citadel.git] / webcit / static / t / aide / edituser / select.html
1 <?=("head")>
2 <?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3 <div id="banner">
4   <img src="static/usermanag_48x.gif">
5   <h1><??("COND:AIDE", 1)><?_("Edit or delete users")><??("X", 1)></h1>
6 </div>
7
8 <div id="content" class="service"> 
9 <?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
10 <??("COND:AIDE", 2)>
11  
12 <!--- TODO if (message != NULL) message); -->
13
14 <table border=0 cellspacing=10>
15 <tr valign=top><td>
16   <?DOBOXED(="aide_edituser_add", _("Add users"))>
17 </td><td>
18  <?DOBOXED(="aide_edituser_box_select", _("Edit or Delete users"))>
19 </td></tr>
20 </table>
21 <??("X", 2)>
22 <?=("trailing")>