From 10fecb94c85bd23d621a94f95b8609060e1b16ff Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 6 Apr 2013 16:17:16 -0400 Subject: major clean up for Smarty 3.0 and another pass at cleaning the top menus --- templates/admin_calendar.tpl | 12 ++++++------ templates/menu_calendar.tpl | 7 +------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/templates/admin_calendar.tpl b/templates/admin_calendar.tpl index 1eaecfd..d42a32d 100644 --- a/templates/admin_calendar.tpl +++ b/templates/admin_calendar.tpl @@ -11,7 +11,7 @@
{formlabel label="First day of Week" for="calendar_week_offset"} {forminput} - {html_options name=calendar_week_offset output=$firstDayOutput values=$firstDayValues selected=`$settings.calendar_week_offset` id=calendar_week_offset} + {html_options name=calendar_week_offset output=$firstDayOutput values=$firstDayValues selected=$settings.calendar_week_offset id=calendar_week_offset} {formhelp note="Set the first day of the week."} {/forminput}
@@ -19,7 +19,7 @@
{formlabel label="Time Blocks" for="calendar_hour_fraction"} {forminput} - {html_options name=calendar_hour_fraction output=$hourOutput values=$hourValues selected=`$settings.calendar_hour_fraction` id=calendar_hour_fraction} {tr}minutes{/tr} + {html_options name=calendar_hour_fraction output=$hourOutput values=$hourValues selected=$settings.calendar_hour_fraction id=calendar_hour_fraction} {tr}minutes{/tr} {formhelp note="Set the timeblocks for the day view."} {/forminput}
@@ -28,9 +28,9 @@ {formlabel label="Day View" for="calendar_day_start"} {forminput} {tr}from{/tr}   - {html_options name=calendar_day_start output=$dayStart values=$dayStart selected=`$settings.calendar_day_start` id=calendar_day_start} + {html_options name=calendar_day_start output=$dayStart values=$dayStart selected=$settings.calendar_day_start id=calendar_day_start}   {tr}to{/tr}   - {html_options name=calendar_day_end output=$dayEnd values=$dayEnd selected=`$settings.calendar_day_end` id=calendar_day_start} + {html_options name=calendar_day_end output=$dayEnd values=$dayEnd selected=$settings.calendar_day_end id=calendar_day_start} {formhelp note="Pick the start and end time of your day view."} {/forminput} @@ -39,7 +39,7 @@
{formlabel label="Individual Calendar Settings" for="calendar_user_prefs"} {forminput} - {html_checkboxes name="calendar_user_prefs" values="y" checked=`$settings.calendar_user_prefs` labels=false id=calendar_user_prefs} + {html_checkboxes name="calendar_user_prefs" values="y" checked=$settings.calendar_user_prefs labels=false id=calendar_user_prefs} {formhelp note="Allow users to set their own calendar preferences."} {/forminput}
@@ -47,7 +47,7 @@
{formlabel label="Ajax Popups" for="calendar_ajax_popups"} {forminput} - {html_checkboxes name="calendar_ajax_popups" values="y" checked=`$settings.calendar_ajax_popups` labels=false id=calendar_ajax_popups} + {html_checkboxes name="calendar_ajax_popups" values="y" checked=$settings.calendar_ajax_popups labels=false id=calendar_ajax_popups} {formhelp note="Use ajax for calendar popups. This saves page load time and bandwidth at the expense of requiring javascript."} {/forminput}
diff --git a/templates/menu_calendar.tpl b/templates/menu_calendar.tpl index d39d98b..61813b6 100644 --- a/templates/menu_calendar.tpl +++ b/templates/menu_calendar.tpl @@ -1,8 +1,3 @@ {strip} - +{tr}{$packageMenuTitle}{/tr} {/strip} -- cgit v1.3