HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_add_points.tpl
index 502ffb7ece34c75f5d2c9ac9d5c67abf3b3bb0f1..f7a2d1012fdc0998f2d279271161da9d1e26553a 100644 (file)
@@ -1,4 +1,4 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=add_points&amp;u_id={!__UID!}" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin&amp;what=add_points&amp;u_id={!__UID!}" method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
        align="center" class="admin_table dashed">
        <TR>
@@ -6,8 +6,8 @@
        </TR>
        <TR>
                <TD class="admin_title" colspan="3" align="center">
-               {--ADMIN_ADD_POINTS_TO_USER--}:<BR />
-               <STRONG>{!__USER_VALUE!}</STRONG></TD>
+               {--ADMIN_ADD_POINTS_TO_USER--}:<br />
+               <strong>{!__USER_VALUE!}</strong></TD>
        </TR>
        <TR>
                <TD class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</TD>
@@ -27,8 +27,8 @@
        <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">&nbsp;</TD>
@@ -44,4 +44,4 @@
                </TD>
        </TR>
 </TABLE>
-</FORM>
+</form>