Revert "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 <div class="fix_scrollbar_bug">
10 <?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
11 <??("COND:AIDE", 2)>
12  
13 <!--- TODO if (message != NULL) message); -->
14
15 <table border=0 cellspacing=10>
16 <tr valign=top><td>
17   <?DOBOXED(="aide_edituser_add", _("Add users"))>
18 </td><td>
19  <?DOBOXED(="aide_edituser_box_select", _("Edit or Delete users"))>
20 </td></tr>
21 </table>
22 <??("X", 2)>
23 </div>
24 <?=("trailing")>