X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=244c6cb15bc215449322f3d68e72501d6ac5865c;hb=d6bf190b01c2effb9f37df80f024ef588c5367d0;hp=4967259e0bb8109e4864a661ed14f6b0398c2390;hpb=16cbd33bec16854f1b6a4caf4ac24ededc8326f3;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index 4967259e..244c6cb1 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))}   @@ -141,6 +141,12 @@ function handlePluginCheckboxes() { {$i18n.label.currency}: {$forms.profileForm.currency.control} + {if $user->can('manage_roles')} + + {$i18n.label.roles}: + {$i18n.label.configure} + + {/if} {$i18n.label.language}: {$forms.profileForm.lang.control} @@ -160,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()}