Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_config_register.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_register" method="post">
3 <table border="0" cellpadding="0" cellspacing="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="20" class="header_column bottom2 right2" align="center">{--ID_SELECT--}</td>
10                 <td width="325" class="header_column bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</td>
11                 <td width="105" class="header_column bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</td>
12         </tr>
13         $content
14         <tr>
15                 <td colspan="3" class="admin_footer">
16                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
17                         <input type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>
22 </div>