X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=48511182cb69616ce814fa3d92ce5c08452e4141;hb=f022655c123fabf9a236b99f4ffe0591189a4b6d;hp=bb73a69ed57833def5ee8ca2e9a832e3cefa38b4;hpb=e053d82d1b49537463875f7e68510d5afabe5b12;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index bb73a69e..48511182 100644 --- a/WEB-INF/templates/profile_edit.tpl +++ b/WEB-INF/templates/profile_edit.tpl @@ -129,7 +129,7 @@ function handlePluginCheckboxes() { {$i18n.label.required_fields} -{if $user->canManageTeam()} +{if $user->isManager() || ($user->canManageTeam() && !defined(MANAGER_ONLY_TEAM_SETTINGS))}   @@ -166,12 +166,24 @@ function handlePluginCheckboxes() { {$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} {$i18n.label.what_is_it}