X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=955f7d5a028616db7f9f693eac57cf0b00ba0ac4;hb=c858de92eb6b3b55a622d0457fd331aa0b26061f;hp=e766ffb8ba14eea5b0bc47be9e2a657c1da135b1;hpb=a0b1d0a4dfd23d96f60c2fe03c9b3682df2fe88f;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index e766ffb8..955f7d5a 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"; + } } @@ -121,7 +129,7 @@ function handlePluginCheckboxes() { {$i18n.label.required_fields} -{if $user->canManageTeam()} +{if $user->isManager() || ($user->canManageTeam() && !defined(MANAGER_ONLY_TEAM_SETTINGS))}   @@ -133,6 +141,12 @@ function handlePluginCheckboxes() { {$i18n.label.currency}: {$forms.profileForm.currency.control} + {if defined(DEBUG_ROLES)} + + {$i18n.label.roles}: + {$i18n.label.configure} + + {/if} {$i18n.label.language}: {$forms.profileForm.lang.control} @@ -152,17 +166,33 @@ function handlePluginCheckboxes() { {$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.punch_mode}: + {$forms.profileForm.punch_mode.control} {$i18n.label.what_is_it} + + + {$i18n.form.profile.allow_overlap}: + {$forms.profileForm.allow_overlap.control} {$i18n.label.what_is_it} + + + {$i18n.form.profile.future_entries}: + {$forms.profileForm.future_entries.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()} @@ -205,12 +235,10 @@ function handlePluginCheckboxes() { {$forms.profileForm.invoices.control} -{if ($smarty.const.DEBUG_PAID_STATUS == 1)} {$forms.profileForm.paid_status.control} -{/if} {$forms.profileForm.custom_fields.control} {$i18n.label.configure} @@ -231,6 +259,10 @@ function handlePluginCheckboxes() { {$forms.profileForm.quotas.control} {$i18n.label.configure} + + {$forms.profileForm.week_view.control} + {$i18n.label.configure} + {/if}