From 189e8b9874d89f3d5be5b3dd2f32d4e2e5d7e1f5 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Fri, 19 Apr 2019 17:49:42 +0000 Subject: [PATCH] Conditional display of label.users if there are no inactive users. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/reports.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 757996c4..8a059ce3 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- {if $show_active_users} - + -- 2.20.1
 Anuko Time Tracker 1.19.1.4961 | Copyright © Anuko | +  Anuko Time Tracker 1.19.1.4962 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/reports.tpl b/WEB-INF/templates/reports.tpl index 58fe61dc..70f28378 100644 --- a/WEB-INF/templates/reports.tpl +++ b/WEB-INF/templates/reports.tpl @@ -302,7 +302,7 @@ function handleCheckboxes() {
{$i18n.label.active_users}{if $show_inactive_users}{$i18n.label.active_users}{else}{$i18n.label.users}{/if}
{$forms.reportForm.users_active.control}