]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_form.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / member / member_holiday_form.tpl
index d0aa7aab77f33e99fc31818624e83684c2fd1b3c..f3f4f34b346c2d9509405dd85904ccabe40ce7e5 100644 (file)
@@ -1,10 +1,8 @@
-<FORM action="{!URL!}/modules.php?module=login&amp;what=holiday"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="600"
-       class="member_table dashed">
+<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>
@@ -31,7 +29,8 @@
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_MAX_DAYS_1--}<STRONG>{--__HOLIDAY_MAX--}</STRONG>{--HOLIDAY_MAX_DAYS_2--}
+               <TD colspan="3" align="center">
+                       <span class="member_note">{--HOLIDAY_MAX_DAYS_1--}<strong>{!__HOLIDAY_MAX!}</strong>{--HOLIDAY_MAX_DAYS_2--}</span>
                </TD>
        </TR>
        <TR>
@@ -41,8 +40,8 @@
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<BR>
-               <TEXTAREA name="comments" class="member_normal" cols="50" rows="6"></TEXTAREA>
+               <TD colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<br />
+                       <textarea name="comments" class="member_normal" cols="50" rows="6"></textarea>
                </TD>
        </TR>
        <TR>
@@ -52,7 +51,8 @@
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_NOTES--}</FONT>
+               <TD colspan="3" align="center">
+                       <span class="member_note">{--HOLIDAY_NOTES--}</span>
                </TD>
        </TR>
        <TR>
@@ -60,9 +60,9 @@
        </TR>
        <TR>
                <TD colspan="3" align="center" class="member_footer"><INPUT
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}">&nbsp;*
+                       type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="ok" class="member_submit"
-                       value="{--HOLIDAY_ADD--}"></TD>
+                       value="{--HOLIDAY_ADD--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
+</form>