]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_form.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / member / member_holiday_form.tpl
index a48e590902ebb04cabd7aac2cfb7b6c304e3d1cc..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">
                </td>
        </tr>
        <tr>
-               <td colspan="2" align="center">
+               <td class="bottom" colspan="2" align="center">
                        {--MEMBER_HOLIDAY_COMMENTS--}:<br />
                        <textarea name="comments" class="form_field" cols="50" rows="6"></textarea>
                </td>
        </tr>
-       <tr>
-               <td class="bottom" colspan="2" align="center">
-                       <span class="notice">{--MEMBER_HOLIDAY_NOTES--}</span>
-               </td>
-       </tr>
        <tr>
                <td colspan="2" align="center" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
@@ -41,5 +36,9 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>
+
+<div class="notice">
+       {--MEMBER_HOLIDAY_NOTICE--}
 </div>