From ce4c2506404d648ba6e97552aa4ae17a58ea2fbd Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 7 Apr 2019 16:14:17 +0000 Subject: [PATCH] Replaced text links with icons on users.php page. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/users.tpl | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index fdfaf89a..effecb9f 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- {/if} - - + + {if $active_users} {foreach $active_users as $u} @@ -35,8 +35,8 @@ {/if} {if $u.group_id != $user->group_id || $u.rank < $user->rank || ($u.rank == $user->rank && $u.id == $user->id)} - - {if $u.id != $user->id}{else}{/if} + + {if $u.id != $user->id}{else}{/if} {else} @@ -64,8 +64,8 @@ {if $show_quota} {/if} - - + + {foreach $inactive_users as $u} @@ -76,8 +76,8 @@ {/if} {if $u.group_id != $user->group_id || $u.rank < $user->rank} - - + + {else} -- 2.20.1
 Anuko Time Tracker 1.18.64.4919 | Copyright © Anuko | +  Anuko Time Tracker 1.18.64.4920 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index d3fadad9..f03dfd0c 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -17,8 +17,8 @@ {if $show_quota} {$i18n.label.quota}{$i18n.label.edit}{$i18n.label.delete}
{$u.quota_percent}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete} {$i18n.label.quota}{$i18n.label.edit}{$i18n.label.delete}
{$u.quota_percent}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}