]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_holiday.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_holiday.tpl
index 75a4221603a975c69eb4d09a873abf14c0e29fa4..ed10333bfbb59476301f170083acc65dc95b2849 100644 (file)
@@ -1,49 +1,51 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_holiday"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <strong>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</strong></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </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>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_LOCKED--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD width="270">{!__LOCKED!}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <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>
-       </TR>
-       <TR>
-               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
+<div align="center">
+<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">
+               <strong>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</strong></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </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="{?holiday_max?}" size="4" maxlength="6" />
+                       <div class="tiny">({--DAYS--})</div>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_LOCKED--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td width="270">$content[locked]</td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <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"$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>
+       </tr>
+       <tr>
+               <td colspan="3" class="admin_footer"><input
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
                        type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
 </form>
+</div>