HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / member / member_holiday_form.tpl
index 0dbf828292922ee1f5f4e2ef0af579c8ecf4e1b7..f3f4f34b346c2d9509405dd85904ccabe40ce7e5 100644 (file)
@@ -1,8 +1,8 @@
-<FORM action="{!URL!}/modules.php?module=login&amp;what=holiday" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=login&amp;what=holiday" method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <TR>
                <TD colspan="3" align="center" class="bottom member_title2"
-                       height="30"><STRONG>{--HOLIDAY_MEMBER_TITLE--}</STRONG></TD>
+                       height="30"><strong>{--HOLIDAY_MEMBER_TITLE--}</strong></TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
@@ -30,7 +30,7 @@
        </TR>
        <TR>
                <TD colspan="3" align="center">
-                       <SPAN class="member_note">{--HOLIDAY_MAX_DAYS_1--}<STRONG>{!__HOLIDAY_MAX!}</STRONG>{--HOLIDAY_MAX_DAYS_2--}</SPAN>
+                       <span class="member_note">{--HOLIDAY_MAX_DAYS_1--}<strong>{!__HOLIDAY_MAX!}</strong>{--HOLIDAY_MAX_DAYS_2--}</span>
                </TD>
        </TR>
        <TR>
@@ -41,7 +41,7 @@
        </TR>
        <TR>
                <TD colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<br />
-                       <TEXTAREA name="comments" class="member_normal" cols="50" rows="6"></TEXTAREA>
+                       <textarea name="comments" class="member_normal" cols="50" rows="6"></textarea>
                </TD>
        </TR>
        <TR>
@@ -52,7 +52,7 @@
        </TR>
        <TR>
                <TD colspan="3" align="center">
-                       <SPAN class="member_note">{--HOLIDAY_NOTES--}</SPAN>
+                       <span class="member_note">{--HOLIDAY_NOTES--}</span>
                </TD>
        </TR>
        <TR>
@@ -65,4 +65,4 @@
                        value="{--HOLIDAY_ADD--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
+</form>