From: anuko Date: Sat, 6 May 2017 18:28:35 +0000 (+0000) Subject: Changed name for clarity. X-Git-Tag: timetracker_1.19-1~1519 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/commitdiff_plain/0a3f06e6606a8d6d19fb41ab0253cedd22d96b41?hp=4c63df1707fc6544e380af0e2e77ccdc84ab00a7 Changed name for clarity. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 66cf675f..468e6226 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- - +
 Anuko Time Tracker 1.11.43.3630 | Copyright © Anuko | +  Anuko Time Tracker 1.11.43.3631 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} 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}