X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=ce4a6bf203c4b2b2e2e55e8c1f6f1ed78a997932;hb=9afadaf6b4d3ea192021530cce4939226c7c310f;hp=420a1985af811e096d852f1f4bd963eb5de5336e;hpb=21a4caf9b07233e69ad230a4d4d5248b589c205b;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index 420a1985..ce4a6bf2 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))}   @@ -172,10 +172,18 @@ function handlePluginCheckboxes() { {$i18n.form.profile.record_type}: {$forms.profileForm.record_type.control} + + {$i18n.form.profile.punch_in_mode}: + {$forms.profileForm.punch_in_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}