Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / member / member_holiday_deactivate.tpl
index 0875b60035033cdcb240b0c99dfc575b6c95dda5..891cd0a37f423ca332e79b917abee081085f3363 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{?URL?}/modules.php?module=login&amp;what=holiday" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&amp;what=holiday" method="post" style="margin-bottom: 0px">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
                <td colspan="3" align="center" class="bottom member_title2"
@@ -11,7 +11,7 @@
        <tr>
                <td align="right" width="50%">{--HOLIDAY_MEMBER_TSTART--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="50%">{!__HOLIDAY_START!}</td>
+               <td align="center" width="50%">$content[start]</td>
        </tr>
        <tr>
                <td colspan="3" class="seperator" height="5">&nbsp;</td>
@@ -19,7 +19,7 @@
        <tr>
                <td align="right">{--HOLIDAY_MEMBER_TEND--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center">{!__HOLIDAY_END!}</td>
+               <td align="center">$content[end]</td>
        </tr>
        <tr>
                <td colspan="3" class="seperator" height="5">&nbsp;</td>
@@ -27,7 +27,7 @@
        <tr>
                <td align="right">{--HOLIDAY_MEMBER_TLOCK--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center">{!__HOLIDAY_LOCK!}</td>
+               <td align="center">$content[lock]</td>
        </tr>
        <tr>
                <td colspan="3" class="seperator bottom" height="5">&nbsp;</td>