From: Nik Okuntseff Date: Sun, 7 Apr 2019 17:28:57 +0000 (+0000) Subject: Replaced text links with icons on admin_groups.php. X-Git-Tag: timetracker_1.19-1~114 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=080effdbcc0dad497f20c8d720a93e9413887ffe;p=timetracker.git Replaced text links with icons on admin_groups.php. --- 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}