X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=420a1985af811e096d852f1f4bd963eb5de5336e;hb=e3ed046e205a14772a8157def21fea9a14acdde8;hp=973f3cb81da81d6cb055302a3d1caeae85ceaac5;hpb=6970116f343469689e3014845bbff5c77c3bc6c4;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index 973f3cb8..420a1985 100644 --- a/WEB-INF/templates/profile_edit.tpl +++ b/WEB-INF/templates/profile_edit.tpl @@ -81,6 +81,14 @@ function handlePluginCheckboxes() { } else { configureLabel.style.visibility = "hidden"; } + + var weekViewCheckbox = document.getElementById("week_view"); + configureLabel = document.getElementById("week_view_config"); + if (weekViewCheckbox.checked){ + configureLabel.style.visibility = "visible"; + } else { + configureLabel.style.visibility = "hidden"; + } } @@ -142,27 +150,35 @@ function handlePluginCheckboxes() { {$forms.profileForm.decimal_mark.control}   {$i18n.label.date_format}: - {$forms.profileForm.format_date.control}   + {$forms.profileForm.date_format.control}   {$i18n.label.time_format}: - {$forms.profileForm.format_time.control}   + {$forms.profileForm.time_format.control}   {$i18n.label.week_start}: {$forms.profileForm.start_week.control} + + {$i18n.form.profile.show_holidays}: + {$forms.profileForm.show_holidays.control} {$i18n.label.what_is_it} + {$i18n.form.profile.tracking_mode}: - {$forms.profileForm.tracking_mode.control} {$forms.profileForm.task_required.control} + {$forms.profileForm.tracking_mode.control} {$forms.profileForm.task_required.control} {$i18n.form.profile.record_type}: {$forms.profileForm.record_type.control} + + {$i18n.form.profile.allow_overlap}: + {$forms.profileForm.allow_overlap.control} {$i18n.label.what_is_it} + {$i18n.form.profile.uncompleted_indicators}: - {$forms.profileForm.uncompleted_indicators.control} + {$forms.profileForm.uncompleted_indicators.control} {$i18n.label.what_is_it} {if $user->isManager()} @@ -172,8 +188,8 @@ function handlePluginCheckboxes() { {/if} {* initialize preview text *}