]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rewrite.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_config_rewrite.tpl
index 04a5d74527245c88ee05ddba22d471e6a5140b8b..b9e81e14ed608453b42b5a91d8fbe84dc30d3ef0 100644 (file)
@@ -1,29 +1,29 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_rewrite" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_rewrite%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <!-- @TODO No title here? //-->
        <tr>
-               <td class="admin_title bottom2 right2" align="center" height="30">
-                       <strong>{--MODULE_NAME--}</strong>
+               <td class="table_header bottom right" align="center">
+                       <strong>{--ADMIN_MODULE_NAME--}</strong>
                </td>
-               <td class="admin_title bottom2 right2" align="center">
-                       <strong>{--MODULE_TITLE--}</strong>
+               <td class="table_header bottom right" align="center">
+                       <strong>{--ADMIN_MODULE_TITLE--}</strong>
                </td>
-               <td class="admin_title bottom2" align="center">
-                       <strong>{--MODULE_SKIPPED--}</strong>
+               <td class="table_header bottom" align="center">
+                       <strong>{--ADMIN_MODULE_SKIPPED--}</strong>
                </td>
        </tr>
        $content
        <tr>
-               <td colspan="3" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
+               <td colspan="3" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+               </td>
        </tr>
 </table>
 </form>
-
-<div class="admin_note">
-       {--ADMIN_CONFIG_REWRITE_NOTE--}
 </div>
 
+<div class="notice">
+       {--ADMIN_CONFIG_REWRITE_NOTICE--}
 </div>