]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_sub_points_all.tpl
More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_sub_points_all.tpl
index a85e1b991f0d07fd084eab749904ab61172ce870..0ca52b06ac972cdac5a7b12ba0e8e5943172156d 100644 (file)
@@ -1,46 +1,44 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=sub_points&amp;u_id=all"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<form action="{!URL!}/modules.php?module=admin&amp;what=sub_points&amp;uid=all" 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_ALL--}:</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">{--ENTER_POINTS_SUB--}:</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="3" colspan="3" class="seperator">&nbsp;</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
+       <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_ALL--}:</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">{--ENTER_POINTS_SUB--}:</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="3" colspan="3" class="seperator">&nbsp;</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_SUB_POINTS--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
+                       value="{--ADMIN_SUB_POINTS--}" /></td>
+       </tr>
+</table>
+</form>