X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=4967259e0bb8109e4864a661ed14f6b0398c2390;hb=16cbd33bec16854f1b6a4caf4ac24ededc8326f3;hp=d30d6ca34a28209243fe571ed7ee08b6bf3cf641;hpb=0a3f06e6606a8d6d19fb41ab0253cedd22d96b41;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index d30d6ca3..4967259e 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,11 +150,11 @@ 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}: @@ -164,11 +172,16 @@ function handlePluginCheckboxes() { {$i18n.form.profile.uncompleted_indicators}: {$forms.profileForm.uncompleted_indicators.control} - +{if $user->isManager()} + + {$i18n.label.bcc}: + {$forms.profileForm.bcc_email.control} {$i18n.label.what_is_it} + +{/if} {* initialize preview text *}