]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_deactivate.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / member / member_holiday_deactivate.tpl
index a6b203f89030af7f38606a2c72e3b101fabdba4b..c2535df2ca543cc329c9473a4ff6628c0470117a 100644 (file)
@@ -1,53 +1,37 @@
-<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>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <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>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--HOLIDAY_MEMBER_TEND--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{--__HOLIDAY_END--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--HOLIDAY_MEMBER_TLOCK--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{--__HOLIDAY_LOCK--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <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>
-       </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>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+{%form,formMethodPost=modules.php?module=login&amp;what=holiday%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="2" align="center" class="bottom table_header"
+                       height="30"><strong>{--MEMBER_HOLIDAY_DEACTIVATE_TITLE--}</strong>
+               </td>
+       </tr>
+
+       <tr>
+               <td align="right">{--MEMBER_HOLIDAY_TSTART--}:</td>
+               <td align="center">$content[start]</td>
+       </tr>
+
+       <tr>
+               <td align="right">{--MEMBER_HOLIDAY_TEND--}:</td>
+               <td align="center">$content[end]</td>
+       </tr>
+
+       <tr>
+               <td class="bottom" align="right">{--MEMBER_HOLIDAY_TIME_LOCK--}:</td>
+               <td class="bottom" align="center">$content[lock]</td>
+       </tr>
+
+       <tr>
+               <td colspan="2" align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="stop" class="form_submit" value="{--MEMBER_HOLIDAY_STOP--}" />
+               </td>
+       </tr>
+</table>
+{%form_close%}
+</div>
+
+<div class="notice">
+       {--MEMBER_HOLIDAY_DEACTIVATE_NOTICE--}
+</div>