]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_holiday.tpl
Integrated stelzi's tweak patches for admin registration form and login
[mailer.git] / templates / de / html / admin / admin_config_holiday.tpl
index 63ad66ade2e154e2fa8ec93c40895c20cded9106..8c5cc7709f9df01b11dcc19d504662c208468a3e 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_holiday" method="POST">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_holiday%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="3" align="center" class="admin_title bottom">
                <strong>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</strong></td>
        </tr>
        <tr>
        <tr>
                <td width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MAX_HOLIDAY--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
-               <td width="270"><input type="text" name="holiday_max"
-                       class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6">&nbsp;<div class="tiny">({--DAYS--})</div></td>
+               <td width="270">
+                       <input type="text" name="holiday_max" class="admin_normal" value="{?holiday_max?}" size="4" maxlength="6" />
+                       <div class="tiny">({--DAYS--})</div>
+               </td>
        </tr>
        <tr>
                <td colspan="3" class="seperator" height="5">&nbsp;</td>
@@ -20,7 +22,7 @@
        <tr>
                <td width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_LOCKED--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
-               <td width="270">{!__LOCKED!}</td>
+               <td width="270">$content[locked]</td>
        </tr>
        <tr>
                <td colspan="3" class="seperator" height="5">&nbsp;</td>
        <tr>
                <td width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MODE--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
-               <td width="270"><input type="radio" name="holiday_mode"
-                       class="admin_normal" value="RESET"{!__RESET_DEFAULT!}">
-               {--HOLIDAY_ADMIN_MODE_RESET--}<br />
-               <input type="radio" name="holiday_mode" class="admin_normal"
-                       value="DIRECT"{!__DIRECT_DEFAULT!}">
-               {--HOLIDAY_ADMIN_MODE_DIRECT--}</td>
+               <td width="270">
+                       <input type="radio" name="holiday_mode" class="admin_normal" value="RESET"$content[holidy_mode_reset] />
+                       {--HOLIDAY_ADMIN_MODE_RESET--}<br />
+                       <input type="radio" name="holiday_mode" class="admin_normal" value="DIRECT"$content[holidy_mode_direct] />
+                       {--HOLIDAY_ADMIN_MODE_DIRECT--}
+               </td>
        </tr>
        <tr>
-               <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
+               <td colspan="3" class="bottom seperator" height="5">&nbsp;</td>
        </tr>
        <tr>
                <td colspan="3" class="admin_footer"><input