From 9c1005341a3db52333fcb732960acbdf03fbe4e7 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Tue, 23 Apr 2019 16:13:57 +0000 Subject: [PATCH] Cosmetic presentation fixes. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/mobile/projects.tpl | 2 +- WEB-INF/templates/mobile/users.tpl | 4 ++-- WEB-INF/templates/users.tpl | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index ff17578b..70106851 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- {/if} + {if $active_projects} - {if $active_projects} {foreach $active_projects as $project} diff --git a/WEB-INF/templates/mobile/users.tpl b/WEB-INF/templates/mobile/users.tpl index 8841ea31..eaeb4770 100644 --- a/WEB-INF/templates/mobile/users.tpl +++ b/WEB-INF/templates/mobile/users.tpl @@ -10,13 +10,13 @@ {if $inactive_users} {/if} + {if $active_users} - {if $active_users} - {foreach $active_users as $u} + {foreach $active_users as $u} {/if} + {if $active_users} - {if $show_quota} + {if $show_quota} - {/if} + {/if} - {if $active_users} {foreach $active_users as $u} -- 2.20.1
 Anuko Time Tracker 1.19.3.4977 | Copyright © Anuko | +  Anuko Time Tracker 1.19.3.4978 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/mobile/projects.tpl b/WEB-INF/templates/mobile/projects.tpl index 96dcce10..96d27054 100644 --- a/WEB-INF/templates/mobile/projects.tpl +++ b/WEB-INF/templates/mobile/projects.tpl @@ -10,11 +10,11 @@ {if $inactive_projects}
{$i18n.form.projects.active_projects}
{$i18n.label.thing_name} {$i18n.label.description}
{$project.name|escape}
{$i18n.label.active_users}
{$i18n.label.person_name} {$i18n.label.login} {$i18n.form.users.role}
{if $uncompleted_indicators} diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 6067ce6f..c9f67503 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -10,23 +10,23 @@ {if $inactive_users}
{$i18n.label.active_users}
{$i18n.label.person_name} {$i18n.label.login} {$i18n.form.users.role}{$i18n.label.quota}
- {if $uncompleted_indicators} + {if $uncompleted_indicators} - {/if} + {/if} {$u.name|escape} {$u.login|escape}