Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_edit_sponsor_add_points.tpl
index 821b1ff6790ad30d97132a5b2d3c98efffeb5484..82a973c94e255f680b0117e938cbf2cbfae98664 100644 (file)
@@ -1,10 +1,10 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=edit_sponsor&amp;mode=add_points&amp;id={!__SPONSOR_ID!}" method="post">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=edit_sponsor&amp;mode=add_points&amp;id=$content[id]" method="post">
 <table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
 <tr><td class="admin_title seperator" height="10" colspan="3">&nbsp;</td></tr>
 <tr>
   <td class="admin_title" colspan="3" align="center">
     {--ADMIN_ADD_POINTS_TO_SPONSOR--}:<br />
-    <strong>{!__SPONSOR_VALUE!}</strong>
+    <strong>$content[contact]</strong>
   </td>
 </tr>
 <tr><td class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</td></tr>
@@ -12,7 +12,7 @@
 <tr>
   <td align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</td>
   <td width="10" class="seperator">&nbsp;</td>
-  <td><input type="text" name="points" size="6" maxlength="7" class="admin_normal" /></td>
+  <td><input type="text" class="admin_normal" name="points" size="6" maxlength="7" /></td>
 </tr>
 <tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
 <tr>