]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_holiday.tpl
Fixes some HTML errors, shell scripts cleaned up
[mailer.git] / templates / de / html / admin / admin_config_holiday.tpl
index e4e6f29ad4705cee1bb298c5abb5be94b18aac95..ff1b26d1b76b1fa6205656db15e855dec117ae7b 100644 (file)
@@ -9,20 +9,20 @@
        <tr>
                <td width="300" style="padding-left: 5px">{--ADMIN_HOLIDAY_MAX_HOLIDAY--}:</td>
                <td width="270">
-                       <input type="text" class="form_field" name="holiday_max" class="form_field" value="{?holiday_max?}" size="4" maxlength="6" />
+                       <input type="text" class="form_field" name="holiday_max" value="{?holiday_max?}" size="4" maxlength="6" />
                        <div class="tiny">({--DAYS--})</div>
                </td>
        </tr>
        <tr>
                <td width="300" style="padding-left: 5px">{--ADMIN_HOLIDAY_LOCKED--}:</td>
-               <td width="270">$content[locked]</td>
+               <td width="270">$content[holiday_lock]</td>
        </tr>
        <tr>
                <td class="bottom" width="300" style="padding-left: 5px">{--ADMIN_HOLIDAY_MODE--}:</td>
                <td class="bottom" width="270">
-                       <input type="radio" class="form_field" name="holiday_mode" class="form_field" value="RESET"$content[holidy_mode_reset] />
+                       <input type="radio" class="form_field" name="holiday_mode" value="RESET"$content[holiday_mode_reset] />
                        {--ADMIN_HOLIDAY_MODE_RESET--}<br />
-                       <input type="radio" class="form_field" name="holiday_mode" class="form_field" value="DIRECT"$content[holidy_mode_direct] />
+                       <input type="radio" class="form_field" name="holiday_mode" value="DIRECT"$content[holiday_mode_direct] />
                        {--ADMIN_HOLIDAY_MODE_DIRECT--}
                </td>
        </tr>