]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_register.tpl
Naming convention applied on language strings, check added to wrapper:
[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">
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="admin_footer">
17                         <input type="reset" class="admin_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>