Skyscraper now in member menu supported (you need to update/patch member_header.tpl...
[mailer.git] / templates / de / html / member / member_holiday_deactivate.tpl
1 <FORM action="{!URL!}/modules.php?module=login&amp;what=holiday" method="POST" style="margin-bottom: 0px">
2 <TABLE border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
3         <TR>
4                 <TD colspan="3" align="center" class="bottom member_title2"
5                         height="30"><STRONG>{--HOLIDAY_MEMBER_DEACTIVATE_TITLE--}</STRONG>
6                 </TD>
7         </TR>
8         <TR>
9                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
10         </TR>
11         <TR>
12                 <TD align="right" width="50%">{--HOLIDAY_MEMBER_TSTART--}:</TD>
13                 <TD width="10" class="seperator">&nbsp;</TD>
14                 <TD align="center" width="50%">{!__HOLIDAY_START!}</TD>
15         </TR>
16         <TR>
17                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
18         </TR>
19         <TR>
20                 <TD align="right">{--HOLIDAY_MEMBER_TEND--}:</TD>
21                 <TD width="10" class="seperator">&nbsp;</TD>
22                 <TD align="center">{!__HOLIDAY_END!}</TD>
23         </TR>
24         <TR>
25                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
26         </TR>
27         <TR>
28                 <TD align="right">{--HOLIDAY_MEMBER_TLOCK--}:</TD>
29                 <TD width="10" class="seperator">&nbsp;</TD>
30                 <TD align="center">{!__HOLIDAY_LOCK!}</TD>
31         </TR>
32         <TR>
33                 <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
34         </TR>
35         <TR>
36                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
37         </TR>
38         <TR>
39                 <TD colspan="3" align="center">
40                         <FONT class="member_note">{--HOLIDAY_DEACTIVATE_NOTES--}</FONT>
41                 </TD>
42         </TR>
43         <TR>
44                 <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
45         </TR>
46         <TR>
47                 <TD colspan="3" align="center" class="member_footer">
48                         <INPUT type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
49                         <INPUT type="submit" name="stop" class="member_submit" value="{--HOLIDAY_STOP--}" />
50                 </TD>
51         </TR>
52 </TABLE>
53 </FORM>