28cb2d8c24f865bcb0c9cbfc7f3d9f341671f68f
[mailer.git] / templates / de / html / admin / admin_config_rewrite.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_rewrite%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <!-- @TODO No title here? //-->
5         <tr>
6                 <td class="table_header bottom right" align="center">
7                         <strong>{--ADMIN_MODULE_NAME--}</strong>
8                 </td>
9                 <td class="table_header bottom right" align="center">
10                         <strong>{--ADMIN_MODULE_TITLE--}</strong>
11                 </td>
12                 <td class="table_header bottom" align="center">
13                         <strong>{--ADMIN_MODULE_SKIPPED--}</strong>
14                 </td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="3" class="table_footer">
19                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
20                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
21                 </td>
22         </tr>
23 </table>
24 {%form_close%}
25 </div>
26
27 <div class="notice">
28         {--ADMIN_CONFIG_REWRITE_NOTICE--}
29 </div>