]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_deactivate.tpl
- Major change in LOAD_EMAIL_TEMPLATE(). The deprecated switch() block has
[mailer.git] / templates / de / html / member / member_holiday_deactivate.tpl
index 85669858637e63ca13f55a3d7aafa3d5a14f4882..f1f47b0d9a1925905124c4256a750259985ae8df 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_DEACTIVATE_TITLE--}</STRONG>
@@ -13,7 +11,7 @@
        <TR>
                <TD align="right" width="50%">{--HOLIDAY_MEMBER_TSTART--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center" width="50%">{--__HOLIDAY_START--}</TD>
+               <TD align="center" width="50%">{!__HOLIDAY_START!}</TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
@@ -21,7 +19,7 @@
        <TR>
                <TD align="right">{--HOLIDAY_MEMBER_TEND--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{--__HOLIDAY_END--}</TD>
+               <TD align="center">{!__HOLIDAY_END!}</TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
@@ -29,7 +27,7 @@
        <TR>
                <TD align="right">{--HOLIDAY_MEMBER_TLOCK--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{--__HOLIDAY_LOCK--}</TD>
+               <TD align="center">{!__HOLIDAY_LOCK!}</TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_DEACTIVATE_NOTES--}</FONT>
+               <TD colspan="3" align="center">
+                       <FONT class="member_note">{--HOLIDAY_DEACTIVATE_NOTES--}</FONT>
                </TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center" class="member_footer"><INPUT
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="stop" class="member_submit"
-                       value="{--HOLIDAY_STOP--}"></TD>
+               <TD colspan="3" align="center" class="member_footer">
+                       <INPUT type="reset" class="member_reset" value="{--CLEAR_FORM--}" />&nbsp;*
+                       <INPUT type="submit" name="stop" class="member_submit" value="{--HOLIDAY_STOP--}" />
+               </TD>
        </TR>
 </TABLE>
 </FORM>