diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-12-18 17:28:34 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-12-18 17:28:34 +0000 |
| commit | 302b267e93928d3777681a81e2b47d463cfed49a (patch) | |
| tree | d747a5c27316b6b5a00f4e724a15a376bbdddc99 /templates | |
| parent | 6af09347a965915b7649411b0ee65e4aa9de0d61 (diff) | |
| download | calendar-302b267e93928d3777681a81e2b47d463cfed49a.tar.gz calendar-302b267e93928d3777681a81e2b47d463cfed49a.tar.bz2 calendar-302b267e93928d3777681a81e2b47d463cfed49a.zip | |
prepend calendar preferences with calendar_
Ideally this would be handled via the packages column in tiki_preferences in future versions
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_calendar.tpl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/admin_calendar.tpl b/templates/admin_calendar.tpl index 188f2e4..9ed8fd6 100644 --- a/templates/admin_calendar.tpl +++ b/templates/admin_calendar.tpl @@ -6,28 +6,28 @@ {form legend="Calendar Settings"} <input type="hidden" name="page" value="{$page}" /> <div class="row"> - {formlabel label="First day of Week" for="week_offset"} + {formlabel label="First day of Week" for="calendar_week_offset"} {forminput} - {html_options name=week_offset output=$firstDayOutput values=$firstDayValues selected=`$settings.week_offset` id=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} </div> <div class="row"> - {formlabel label="Time Blocks" for="hour_fraction"} + {formlabel label="Time Blocks" for="calendar_hour_fraction"} {forminput} - {html_options name=hour_fraction output=$hourOutput values=$hourValues selected=`$settings.hour_fraction` id=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} </div> <div class="row"> - {formlabel label="Day View times" for="day_start"} + {formlabel label="Day View times" for="calendar_day_start"} {forminput} {tr}from{/tr} - {html_options name=day_start output=$dayStart values=$dayStart selected=`$settings.day_start` id=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=day_end output=$dayEnd values=$dayEnd selected=`$settings.day_end` id=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} </div> @@ -36,7 +36,7 @@ <div class="row"> {formlabel label="User Override of Global Calendar Setting" for="user_pref"} {forminput} - {html_checkboxes name="user_prefs" values="y" checked=`$settings.user_prefs` labels=false id=user_prefs} + {html_checkboxes name="calendar_user_prefs" values="y" checked=`$settings.calendar_user_prefs` labels=false id=calendar_user_prefs} {formhelp note="Global override of the facility for users to set their own calendar preferences."} {/forminput} </div> |
