]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_rewrite.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / admin / admin_config_rewrite.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_rewrite%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td class="table_header bottom right" align="center">
6                         <strong>{--ADMIN_MODULE_NAME--}</strong>
7                 </td>
8                 <td class="table_header bottom right" align="center">
9                         <strong>{--ADMIN_MODULE_TITLE--}</strong>
10                 </td>
11                 <td class="table_header bottom" align="center">
12                         <strong>{--ADMIN_MODULE_SKIPPED--}</strong>
13                 </td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="3" class="table_footer">
18                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
19                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
20                 </td>
21         </tr>
22 </table>
23 </form>
24
25 <div class="notice">
26         {--ADMIN_CONFIG_REWRITE_NOTE--}
27 </div>
28
29 </div>