]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_sponsor_add_points.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_edit_sponsor_add_points.tpl
index 0e89dba504b95dc25255ee7ff38d37c8c6179208..e234aae631e4dd4fe7e9b4bd14c647d629d5936e 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 action="{!URL!}/modules.php?module=admin&amp;what=edit_sponsor&amp;mode=add_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_ADD_POINTS_TO_SPONSOR--}:<BR />
-    <STRONG>{!__SPONSOR_VALUE!}</STRONG>
+    {--ADMIN_ADD_POINTS_TO_SPONSOR--}:<br />
+    <strong>{!__SPONSOR_VALUE!}</strong>
   </TD>
 </TR>
 <TR><TD class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</TD></TR>
@@ -18,7 +18,7 @@
 <TR>
   <TD align="right">{--ENTER_ADD_REASON--}:</TD>
   <TD width="10" class="seperator">&nbsp;</TD>
-  <TD><TEXTAREA name="reason" class="admin_normal" rows="5" cols="20"></TEXTAREA></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>
@@ -28,4 +28,4 @@
   </TD>
 </TR>
 </TABLE>
-</FORM>
+</form>