* add gettext tokens to the tabbed api
[citadel.git] / webcit / static / t / edituser_select.html
1 <?=("head")>
2 <?=("important_msg")>
3 <?ICONBAR>
4 <div id="banner">
5   <img src="static/usermanag_48x.gif">
6   <h1><??("COND:AIDE", 1)><?_("Edit or delete users")><??("X", 1)></h1>
7 </div>
8
9 <div id="content" class="service"> 
10 <div class="fix_scrollbar_bug">
11 <?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
12 <??("COND:AIDE", 2)>
13  
14 <!--- TODO if (message != NULL) message); -->
15
16 <table border=0 cellspacing=10>
17 <tr valign=top><td>
18   <?DOBOXED("edituser_add", _("Add users"))>
19 </td><td>
20  <?DOBOXED("box_edituser_select", _("Edit or Delete users"))>
21 </td></tr>
22 </table>
23 <??("X", 2)>
24 </div>
25 <?=("trailing")>