]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points_edit.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_points_edit.tpl
index ade5a86541c05bd1675d70b0985629126c9ea96e..fa1dc9854c4dfedcce3581641fd1514a76508d52 100644 (file)
@@ -1,16 +1,17 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=ref&amp;do=edit" method="POST">
+<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" height="30" class="bottom2 admin_title">
-               <strong>{--EDIT_REF_DEPTHS--}:</strong></td>
+               <td align="center" colspan="2" class="bottom admin_title">
+                       <strong>{--EDIT_REF_DEPTHS--}:</strong>
+               </td>
        </tr>
-       {!__LEVEL_ROWS!}
+       $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>
+               <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>