]> 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 63e4ade01b66a2d0e60ea40e86d26a98e868f671..631d3fc2d72566ce0ebe4d8c8cd5e7df67f60ee9 100644 (file)
@@ -1,34 +1,34 @@
-<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">
-<TR>
-  <TD colspan="2" align="center" class="admin_title bottom2" height="30">
-    <STRONG>{--ADMIN_CONFIG_SPONSOR_TITLE--}</STRONG>
-  </TD>
-</TR>
-<TR><TD colspan="2" class="seperator" height="5">&nbsp;</TD></TR>
-<TR>
-  <TD align="right" width="350">
+<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>
+  </td>
+</tr>
+<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
+<tr>
+  <td align="right" width="350">
     {--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!}">
-  </TD>
-</TR>
-<TR><TD colspan="2" class="seperator" height="5">&nbsp;</TD></TR>
-<TR>
-  <TD align="right" width="350">
+  </td>
+  <td width="150" align="center">
+    <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>
+<tr>
+  <td align="right" width="350">
     {--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!}">
-  </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--}" />
-  </TD>
-</TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+  </td>
+  <td width="150" align="center">
+    <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--}" />
+  </td>
+</tr>
+</table>
+</form>
\ No newline at end of file