X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Fgroup_edit.tpl;h=ea46bec6f3799105aff5946b85c39af9123d0741;hb=d6a5ffec0f76b9ab5b1ee4f8e69ecdb2afd7c0ff;hp=0aff385358eaf9d346be4c5e95cc0677ad344ac8;hpb=db7dd4684cf7d63cfd840119e6ea47a4a888f02b;p=timetracker.git diff --git a/WEB-INF/templates/group_edit.tpl b/WEB-INF/templates/group_edit.tpl index 0aff3853..ea46bec6 100644 --- a/WEB-INF/templates/group_edit.tpl +++ b/WEB-INF/templates/group_edit.tpl @@ -1,4 +1,6 @@ {$forms.groupForm.open} @@ -105,7 +29,7 @@ function handlePluginCheckboxes() { {if $user->can('manage_basic_settings')} {$i18n.label.group_name}: - {$forms.groupForm.team_name.control} + {$forms.groupForm.group_name.control} {$i18n.label.currency}: @@ -117,6 +41,14 @@ function handlePluginCheckboxes() { {$i18n.label.configure} {/if} +{if $smarty.const.SUBGROUP_DEBUG == 'true'} + {if $user->can('manage_subgroups')} + + {$i18n.label.subgroups}: + {$i18n.label.configure} + + {/if} +{/if} {$i18n.label.language}: {$forms.groupForm.lang.control} @@ -137,31 +69,31 @@ function handlePluginCheckboxes() { {$forms.groupForm.start_week.control} - {$i18n.form.profile.show_holidays}: + {$i18n.form.group_edit.show_holidays}: {$forms.groupForm.show_holidays.control} {$i18n.label.what_is_it} - {$i18n.form.profile.tracking_mode}: - {$forms.groupForm.tracking_mode.control} {$forms.profileForm.task_required.control} + {$i18n.form.group_edit.tracking_mode}: + {$forms.groupForm.tracking_mode.control} {$forms.groupForm.task_required.control} - {$i18n.form.profile.record_type}: + {$i18n.form.group_edit.record_type}: {$forms.groupForm.record_type.control} - {$i18n.form.profile.punch_mode}: + {$i18n.form.group_edit.punch_mode}: {$forms.groupForm.punch_mode.control} {$i18n.label.what_is_it} - {$i18n.form.profile.allow_overlap}: + {$i18n.form.group_edit.allow_overlap}: {$forms.groupForm.allow_overlap.control} {$i18n.label.what_is_it} - {$i18n.form.profile.future_entries}: + {$i18n.form.group_edit.future_entries}: {$forms.groupForm.future_entries.control} {$i18n.label.what_is_it} - {$i18n.form.profile.uncompleted_indicators}: + {$i18n.form.group_edit.uncompleted_indicators}: {$forms.groupForm.uncompleted_indicators.control} {$i18n.label.what_is_it} {if $user->can('manage_advanced_settings')} @@ -170,7 +102,7 @@ function handlePluginCheckboxes() { {$forms.groupForm.bcc_email.control} {$i18n.label.what_is_it} - {$i18n.form.profile.allow_ip}: + {$i18n.form.group_edit.allow_ip}: {$forms.groupForm.allow_ip.control} {$i18n.label.what_is_it} {/if} @@ -187,63 +119,13 @@ function handlePluginCheckboxes() { } adjustDecimalPreview(); - - -   -   - - - - {$i18n.form.profile.plugins} - -   - - {$forms.groupForm.charts.control} - - - - {$forms.groupForm.clients.control} - {$forms.profileForm.client_required.control} - - - {$forms.groupForm.invoices.control} - - - - {$forms.groupForm.paid_status.control} - - - - {$forms.groupForm.custom_fields.control} - {$i18n.label.configure} - - - {$forms.groupForm.expenses.control} - {$forms.profileForm.tax_expenses.control} {$i18n.label.configure} - - - {$forms.groupForm.notifications.control} - {$i18n.label.configure} - - - {$forms.groupForm.locking.control} - {$i18n.label.configure} - - - {$forms.groupForm.quotas.control} - {$i18n.label.configure} - - - {$forms.groupForm.week_view.control} - {$i18n.label.configure} - {/if}   - {$forms.groupForm.btn_save.control} + {$forms.groupForm.btn_save.control} {$forms.groupForm.btn_delete.control}