]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_sponsor_sub_points.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_edit_sponsor_sub_points.tpl
index 721de015389244055d0e94faf6213bccb875b434..1a8ca370be850b73abe5f6906c7ee5c8e39857a9 100644 (file)
@@ -1,31 +1,31 @@
-<FORM action="{--URL--}/modules.php?module=admin&amp;what=edit_sponsor&amp;mode=sub_points&amp;id={--__SPONSOR_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_SUB_POINTS_FROM_SPONSOR--}:<BR>
-    <B>{--__SPONSOR_VALUE--}</B>
-  </TD>
-</TR>
-<TR><TD class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</TD></TR>
-<TR><TD height="8" colspan="3" class="seperator">&nbsp;</TD></TR>
-<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>
-</TR>
-<TR><TD height="5" colspan="3" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD align="right">{--ENTER_SUB_REASON--}:</TD>
-  <TD width="10" class="seperator">&nbsp;</TD>
-  <TD><TEXTAREA name="reason" class="admin_normal" rows="5" cols="20"></TEXTAREA></TD>
-</TR>
-<TR><TD height="5" colspan="3" class="seperator bottom2">&nbsp;</TD></TR>
-<TR>
-  <TD colspan="3" align="center" class="admin_footer">
-    <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-    <INPUT type="submit" class="admin_submit" name="ok" value="{--ADMIN_SPONSOR_SUB_POINTS--}">
-  </TD>
-</TR>
-</TABLE>
-</FORM>
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;mode=sub_points&amp;id=$content[id]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" 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_SUB_POINTS_FROM_SPONSOR--}:<br />
+    <strong>$content[contact]</strong>
+  </td>
+</tr>
+<tr><td class="admin_title seperator bottom" height="10" colspan="3">&nbsp;</td></tr>
+<tr><td height="8" colspan="3" class="seperator">&nbsp;</td></tr>
+<tr>
+  <td align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</td>
+  <td width="10" class="seperator">&nbsp;</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>
+  <td align="right">{--ENTER_SUB_REASON--}:</td>
+  <td width="10" class="seperator">&nbsp;</td>
+  <td><textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea></td>
+</tr>
+<tr><td height="5" colspan="3" class="seperator bottom">&nbsp;</td></tr>
+<tr>
+  <td colspan="3" class="admin_footer">
+    <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+    <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_SPONSOR_SUB_POINTS--}" />
+  </td>
+</tr>
+</table>
+</form>