]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points.tpl
Typo fixed :(
[mailer.git] / templates / de / html / admin / admin_points.tpl
index d0d03efe04f8d73feeabfd1127a54e647e725983..73592971a8d2bac9fca77feb9828270f7fd73e93 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=ref" method="POST">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_points&amp;sub=ref" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td align="center" colspan="3" class="admin_title" height="30">
                <td class="admin_title bottom2 right2" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></td>
                <td class="admin_title bottom2" width="275" align="center"><strong>{--REF_PERCENT--}:</strong></td>
        </tr>
-       {!__LEVEL_ROWS!}
+       $content
        <tr>
                <td class="admin_footer" colspan="3">
-                       <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <INPUT type="submit" name="edit" class="admin_submit" value="{--EDIT_LVL--}" />
-                       <INPUT type="submit" name="del" class="admin_delete" value="{--DEL_LVL--}" />
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--EDIT_LVL--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--DEL_LVL--}" />
                </td>
        </tr>
 </table>