]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_cats.tpl
Introduced new function capitalizeUnderscoreString(), rewritten 'do' parameter:
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
index 3a7af1cc814498747f428302ffa1a1bb1df9f848..3f24b8c422869abff4d7de315d35cab25bc208c4 100644 (file)
@@ -1,17 +1,18 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=config_cats&do=del"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="500">
-       <TR>
-               <TD align="center" height="30" class="admin_header bottom2"><STRONG>{--DELETE_CATEGORIES--}:</STRONG></TD>
-       </TR>
-       {!__CAT_ROWS!}
-       <TR>
-               <TD class="admin_footer"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
-                       type="submit" name="ok" class="admin_delete"
-                       value="{--REMOVE_CATS--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_cats&amp;do=del%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_DELETE_CATEGORIES_TITLE--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td align="center" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_delete" value="{--ADMIN_REMOVE_CATEGORIES--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>