Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_config_register.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_register"
2         method="POST">
3 <TABLE border="0" cellpadding="0" cellspacing="0" width="450"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="3" align="center" class="admin_title" height="30"><STRONG>{--REGISTER_MUST_HEADER--}:</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD width="20" class="admin_title bottom2 right2" align="center">{--ID_SELECT--}</TD>
11                 <TD width="325" class="admin_title bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</TD>
12                 <TD width="105" class="admin_title bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</TD>
13         </TR>
14         {!__REGISTER_ROWS!}
15         <TR>
16                 <TD colspan="3" class="admin_footer"><INPUT
17                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*&nbsp;<INPUT
18                         type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}"></TD>
19         </TR>
20 </TABLE>
21 </FORM>