X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=c4e0f58194aa787dfd3d1b0f78ba3090e17e7eb6;hb=9e7fa54992c2053eaae351bf8d28160bfbedfd88;hp=aea6773e6125f5c43eb331e987965524bb20a799;hpb=c51ac80bc7cbb4b2f77b75cd4120b62675aa7014;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index aea6773e..c4e0f581 100644 --- a/WEB-INF/templates/profile_edit.tpl +++ b/WEB-INF/templates/profile_edit.tpl @@ -19,7 +19,7 @@ function handlePluginCheckboxes() { var clientsCheckbox = document.getElementById("clients"); var invoicesCheckbox = document.getElementById("invoices"); var requiredCheckbox = document.getElementById("client_required"); - var requiredLabel = document.getElementById("required_label"); + var requiredLabel = document.getElementById("client_required_label"); if (clientsCheckbox.checked) { requiredCheckbox.style.visibility = "visible"; requiredLabel.style.visibility = "visible"; @@ -164,7 +164,12 @@ function handlePluginCheckboxes() { {$i18n.form.profile.uncompleted_indicators}: {$forms.profileForm.uncompleted_indicators.control} - +{if $user->isManager()} + + {$i18n.label.bcc}: + {$forms.profileForm.bcc_email.control} {$i18n.label.what_is_it} + +{/if} {* initialize preview text *}