]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points_del.tpl
Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_points_del.tpl
index b1ac68162c1e7c948db8f2c936370c2f4d57e364..12147875b12901579f0b45ff0b1fd20976955088 100644 (file)
@@ -1,17 +1,18 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=del"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="500">
-       <TR>
-               <TD align="center" height="30" class="bottom2 admin_title"><STRONG>{--DELETE_REF_DEPTHS--}:</STRONG></TD>
-       </TR>
-       {--__LEVEL_ROWS--}
-       <TR>
-               <TD align="center" class="admin_footer"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
-                       type="submit" name="ok" class="admin_delete" value="{--REMOVE_REF--}">
-               </TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=del%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" class="bottom admin_title">
+                       <strong>{--DELETE_REF_DEPTHS--}:</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="{--REMOVE_REF--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>