Naming convention on language strings applied, ACL handling fixed:
[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         <!-- @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>
25
26 <div class="notice">
27         {--ADMIN_CONFIG_REWRITE_NOTE--}
28 </div>
29
30 </div>