]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_deactivate.tpl
More renames for suffix _NOTE -> _NOTICE
[mailer.git] / templates / de / html / member / member_holiday_deactivate.tpl
index 1ab89edf57d3a201cfe8d7c14bea45a83ea83f8f..611a7b96212977ff959190e2836303f8052cbbad 100644 (file)
@@ -1,28 +1,27 @@
 <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="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--}" />
@@ -32,3 +31,7 @@
 </table>
 </form>
 </div>
+
+<div class="notice">
+       {--MEMBER_HOLIDAY_DEACTIVATE_NOTICE--}
+</div>