1 <form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
2 <input type="hidden" name="module" value="admin" />
3 <input type="hidden" name="what" value="$content[what]" />
4 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
6 <td class="admin_title bottom" height="25">
7 <strong>{--ADMIN_SELECTION_BOX_TITLE--}</strong>
11 <td height="7" class="seperator"> </td>
15 {--ADMIN_SELECT_USER--}:
16 <select name="userid" size="1" class="admin_select">
17 $content[member_selection]
22 <td height="3" class="seperator"> </td>
25 <td height="5" class="seperator bottom"> </td>
28 <td align="center" class="admin_footer">
29 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
30 <input type="submit" class="admin_submit" value="{--ADMIN_DO_ACTION--}" />