]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_form.tpl
Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple...
[mailer.git] / templates / de / html / member / member_holiday_form.tpl
index 8fb2a07d156fef552d8e3ebe387e6de61a152c05..20dd7782e6e7fd0a3d3888dbfeb4f4ba044b8d38 100644 (file)
@@ -1,5 +1,5 @@
 <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="table_header bottom">
        </tr>
        <tr>
                <td colspan="2" align="center">
-                       <span class="notice">{%message,MEMBER_HOLIDAY_MAX_DAYS,{?holiday_max?}&#37;}</span>
-               </td>
-       </tr>
-       <tr>
-               <td colspan="2" align="center">
-                       {--HOLIDAY_COMMENTS--}:<br />
-                       <textarea name="comments" class="form_field" cols="50" rows="6"></textarea>
+                       <span class="notice">{--MEMBER_HOLIDAY_MAX_DAYS--}</span>
                </td>
        </tr>
        <tr>
                <td class="bottom" colspan="2" align="center">
-                       <span class="notice">{--MEMBER_HOLIDAY_NOTES--}</span>
+                       {--MEMBER_HOLIDAY_COMMENTS--}:<br />
+                       <textarea name="comments" class="form_field" cols="50" rows="6"></textarea>
                </td>
        </tr>
        <tr>
@@ -41,5 +36,9 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>
+
+<div class="notice">
+       {--MEMBER_HOLIDAY_NOTICE--}
 </div>