]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_sponsor_add_points.tpl
Even more XHTML fixes #3
[mailer.git] / templates / de / html / admin / admin_edit_sponsor_add_points.tpl
index 3954a5fdad5c26d6983ee0f2cfc3e49e73749afe..33387b40d41108630cdd6d6ed4e42379328d006e 100644 (file)
@@ -1,4 +1,4 @@
-<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>
@@ -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" name="points" size="6" maxlength="7" class="admin_normal" /></td>
 </tr>
 <tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
 <tr>
@@ -23,8 +23,8 @@
 <tr><td height="5" colspan="3" class="seperator bottom2">&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_ADD_POINTS--}" />
+    <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+    <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_SPONSOR_ADD_POINTS--}" />
   </td>
 </tr>
 </table>