]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points_edit.tpl
Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_points_edit.tpl
index d40d4a3af81836f52e3d8d436061a3328141ca67..fa1dc9854c4dfedcce3581641fd1514a76508d52 100644 (file)
@@ -1,18 +1,18 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=ref&amp;do=edit"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="550">
-       <TR>
-               <TD align="center" colspan="2" height="30" class="bottom2 admin_title">
-               <STRONG>{--EDIT_REF_DEPTHS--}:</STRONG></TD>
-       </TR>
-       {!__LEVEL_ROWS!}
-       <TR>
-               <TD align="center" colspan="2" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--CHANGE_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=edit%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="550">
+       <tr>
+               <td align="center" colspan="2" class="bottom admin_title">
+                       <strong>{--EDIT_REF_DEPTHS--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td align="center" colspan="2" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--CHANGE_REF--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>