Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_config_holiday.tpl
index af645dc2ee9f747f3eb6c1ca5f0b8f2e8b4316f0..e4e6f29ad4705cee1bb298c5abb5be94b18aac95 100644 (file)
@@ -9,7 +9,7 @@
        <tr>
                <td width="300" style="padding-left: 5px">{--ADMIN_HOLIDAY_MAX_HOLIDAY--}:</td>
                <td width="270">
-                       <input type="text" name="holiday_max" class="form_field" value="{?holiday_max?}" size="4" maxlength="6" />
+                       <input type="text" class="form_field" name="holiday_max" class="form_field" value="{?holiday_max?}" size="4" maxlength="6" />
                        <div class="tiny">({--DAYS--})</div>
                </td>
        </tr>
        <tr>
                <td class="bottom" width="300" style="padding-left: 5px">{--ADMIN_HOLIDAY_MODE--}:</td>
                <td class="bottom" width="270">
-                       <input type="radio" name="holiday_mode" class="form_field" value="RESET"$content[holidy_mode_reset] />
+                       <input type="radio" class="form_field" name="holiday_mode" class="form_field" value="RESET"$content[holidy_mode_reset] />
                        {--ADMIN_HOLIDAY_MODE_RESET--}<br />
-                       <input type="radio" name="holiday_mode" class="form_field" value="DIRECT"$content[holidy_mode_direct] />
+                       <input type="radio" class="form_field" name="holiday_mode" class="form_field" value="DIRECT"$content[holidy_mode_direct] />
                        {--ADMIN_HOLIDAY_MODE_DIRECT--}
                </td>
        </tr>
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>