]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_sub_points.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_sub_points.tpl
index 4afdb5f3b836c5b0b2b95863075abc2346c73fb2..52cabdea906af8d1c93287cf24b201db27eae930 100644 (file)
@@ -1,4 +1,4 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=sub_points&amp;u_id={!__UID!}" method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=sub_points&amp;u_id={!__UID!}" method="POST">
 <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_SUB_POINTS_FROM_USER--}:<BR />
-               <STRONG>{!__USER_VALUE!}</STRONG></TD>
+               {--ADMIN_SUB_POINTS_FROM_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_SUB_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="3" colspan="3" class="seperator">&nbsp;</TD>
@@ -43,4 +43,4 @@
                        value="{--ADMIN_SUB_POINTS--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
+</form>