From 080effdbcc0dad497f20c8d720a93e9413887ffe Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 7 Apr 2019 17:28:57 +0000 Subject: [PATCH] Replaced text links with icons on admin_groups.php. --- WEB-INF/templates/admin_groups.tpl | 8 ++++---- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WEB-INF/templates/admin_groups.tpl b/WEB-INF/templates/admin_groups.tpl index e0a8aa2c..218fe77c 100644 --- a/WEB-INF/templates/admin_groups.tpl +++ b/WEB-INF/templates/admin_groups.tpl @@ -12,8 +12,8 @@ {$i18n.label.thing_name} {$i18n.label.date} {$i18n.label.language} - {$i18n.label.edit} - {$i18n.label.delete} + + {if $groups} {foreach $groups as $group} @@ -22,8 +22,8 @@ {$group.name|escape} {$group.date} {$group.lang} - {$i18n.label.edit} - {$i18n.label.delete} + {$i18n.label.edit} + {$i18n.label.delete} {/foreach} {/if} diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index effecb9f..ce56e43e 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.64.4920 | Copyright © Anuko | +  Anuko Time Tracker 1.18.64.4921 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1