From 0a3f06e6606a8d6d19fb41ab0253cedd22d96b41 Mon Sep 17 00:00:00 2001 From: anuko Date: Sat, 6 May 2017 18:28:35 +0000 Subject: [PATCH] Changed name for clarity. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/profile_edit.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@
- - + -- 2.20.1
 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}