]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_deactivate.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / member / member_holiday_deactivate.tpl
index 310605c5510c25ec0b49cf9b34d2a1d46d1eadde..9a80a5f42fbeb199d0613744835183e648eae78a 100644 (file)
@@ -1,34 +1,37 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=holiday%}" method="post">
+{%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 class="bottom" colspan="2" align="center">
-                       <div class="notice">{--MEMBER_HOLIDAY_DEACTIVATE_NOTES--}</div>
-               </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--}" />
+                       <input type="submit" class="form_submit" name="stop" value="{--MEMBER_HOLIDAY_STOP--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>
+
+<div class="notice">
+       {--MEMBER_HOLIDAY_DEACTIVATE_NOTICE--}
 </div>