]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_form.tpl
Hotfix
[mailer.git] / templates / de / html / member / member_holiday_form.tpl
index 8035ed098a86d4ae83edd6af27a61a82ee71e68a..14396f754af54243598439b7689a918c0a928947 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 accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=holiday%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
                        <span class="notice">{--MEMBER_HOLIDAY_MAX_DAYS--}</span>
                </td>
        </tr>
-       <tr>
-               <td colspan="2" align="center">
-                       {--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>
+                       {--MEMBER_HOLIDAY_COMMENTS--}:<br />
+                       <textarea name="comments" class="form_field" cols="50" rows="6"></textarea>
                </td>
        </tr>
        <tr>
@@ -42,4 +37,9 @@
        </tr>
 </table>
 </form>
+
+<div class="notice">
+       {--MEMBER_HOLIDAY_NOTES--}
+</div>
+
 </div>