X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=d30d6ca34a28209243fe571ed7ee08b6bf3cf641;hb=e2b992aea6edc4a734ddb751103101e2450f3b20;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..d30d6ca3 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"; @@ -194,7 +194,7 @@ function handlePluginCheckboxes() { {$forms.profileForm.clients.control} - {$forms.profileForm.client_required.control} + {$forms.profileForm.client_required.control} {$forms.profileForm.invoices.control}