4f913e779afc040bd122b2fd62ccc46b57c6fa7a
[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="table dashed">
4         <tr>
5                 <td colspan="3" align="center" class="table_header">
6                         <strong>{--ADMIN_CONFIG_REGISTER_MUST_TITLE--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="20" class="header_column bottom right" align="center">{--ID_SELECT--}</td>
11                 <td width="325" class="header_column bottom right" align="center">{--ADMIN_REGISTER_FIELD_NAME--}:</td>
12                 <td width="105" class="header_column bottom" align="center">{--ADMIN_REGISTER_FIELD_REQUIRED--}</td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="3" class="table_footer">
17                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
18                         <input type="submit" name="ok" value="{--ADMIN_REGISTER_CHANGE_MUST--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>
23 </div>