c2535df2ca543cc329c9473a4ff6628c0470117a
[mailer.git] / templates / de / html / member / member_holiday_deactivate.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=login&amp;what=holiday%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="bottom table_header"
6                         height="30"><strong>{--MEMBER_HOLIDAY_DEACTIVATE_TITLE--}</strong>
7                 </td>
8         </tr>
9
10         <tr>
11                 <td align="right">{--MEMBER_HOLIDAY_TSTART--}:</td>
12                 <td align="center">$content[start]</td>
13         </tr>
14
15         <tr>
16                 <td align="right">{--MEMBER_HOLIDAY_TEND--}:</td>
17                 <td align="center">$content[end]</td>
18         </tr>
19
20         <tr>
21                 <td class="bottom" align="right">{--MEMBER_HOLIDAY_TIME_LOCK--}:</td>
22                 <td class="bottom" align="center">$content[lock]</td>
23         </tr>
24
25         <tr>
26                 <td colspan="2" align="center" class="table_footer">
27                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
28                         <input type="submit" name="stop" class="form_submit" value="{--MEMBER_HOLIDAY_STOP--}" />
29                 </td>
30         </tr>
31 </table>
32 {%form_close%}
33 </div>
34
35 <div class="notice">
36         {--MEMBER_HOLIDAY_DEACTIVATE_NOTICE--}
37 </div>