]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points_edit.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_points_edit.tpl
index 850f75a51b1d13dc0223291579a2784a1aff5157..ba93bdd2c78ebed99ff9ea4fbf85ed8f5374e580 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>
+                       <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>