]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points_del.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_points_del.tpl
index e84347da536cfc773f9d5e616547d3e52c01fbc0..db0542e0f71a387eda244401f7c5b8d4925a09ab 100644 (file)
@@ -1,17 +1,16 @@
-<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>
+<div align="center">
+<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 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>
+       <tr>
+               <td 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>