From: Nik Okuntseff Date: Fri, 19 Apr 2019 17:49:42 +0000 (+0000) Subject: Conditional display of label.users if there are no inactive users. X-Git-Tag: timetracker_1.19-1~68 X-Git-Url: http://wagnertech.de/git?p=timetracker.git;a=commitdiff_plain;h=189e8b9874d89f3d5be5b3dd2f32d4e2e5d7e1f5 Conditional display of label.users if there are no inactive users. --- 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} - +
 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}