]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_sponsor.tpl
Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_config_sponsor.tpl
index 6ea7912bbce2f5bcf26d4ce2302a362c279e46d2..631d3fc2d72566ce0ebe4d8c8cd5e7df67f60ee9 100644 (file)
@@ -1,5 +1,5 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_sponsor" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_sponsor" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
 <tr>
   <td colspan="2" align="center" class="admin_title bottom2" height="30">
     <strong>{--ADMIN_CONFIG_SPONSOR_TITLE--}</strong>
@@ -11,7 +11,7 @@
     {--ADMIN_SPONSOR_MIN_POINTS--}:
   </td>
   <td width="150" align="center">
-    <INPUT type="text" class="admin_normal" name="sponsor_min_points" size="12" maxlength="20" value="{!__SPONSOR_MIN_POINTS!}">
+    <input type="text" class="admin_normal" name="sponsor_min_points" size="12" maxlength="20" value="{?sponsor_min_points?}" />
   </td>
 </tr>
 <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
     {--ADMIN_SPONSOR_REF_POINTS--}:
   </td>
   <td width="150" align="center">
-    <INPUT type="text" class="admin_normal" name="sponsor_ref_points" size="12" maxlength="20" value="{!__SPONSOR_REF_POINTS!}">
+    <input type="text" class="admin_normal" name="sponsor_ref_points" size="12" maxlength="20" value="{?sponsor_ref_points?}" />
   </td>
 </tr>
 <tr><td colspan="2" class="seperator bottom2" height="5">&nbsp;</td></tr>
 <tr>
   <td colspan="2" class="admin_footer">
-    <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-    <INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+    <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+    <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
   </td>
 </tr>
 </table>