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