Global rewrite of engine:
[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="admin_table dashed">
4         <tr>
5                 <td class="admin_title bottom right" align="center" height="30">
6                         <strong>{--MODULE_NAME--}</strong>
7                 </td>
8                 <td class="admin_title bottom right" align="center">
9                         <strong>{--MODULE_TITLE--}</strong>
10                 </td>
11                 <td class="admin_title bottom" align="center">
12                         <strong>{--MODULE_SKIPPED--}</strong>
13                 </td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="3" class="admin_footer"><input
18                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <input type="submit" name="ok" class="admin_submit"
20                         value="{--SAVE_SETTINGS--}" /></td>
21         </tr>
22 </table>
23 </form>
24
25 <div class="admin_note">
26         {--ADMIN_CONFIG_REWRITE_NOTE--}
27 </div>
28
29 </div>