]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_form.tpl
A lot form templates rewritten (star removed. fixes)
[mailer.git] / templates / de / html / member / member_holiday_form.tpl
index d0aa7aab77f33e99fc31818624e83684c2fd1b3c..0dbf828292922ee1f5f4e2ef0af579c8ecf4e1b7 100644 (file)
@@ -1,7 +1,5 @@
-<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>
@@ -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>