From: Nik Okuntseff Date: Sun, 7 Apr 2019 20:25:51 +0000 (+0000) Subject: More work in progress replacing text links with icons. X-Git-Tag: timetracker_1.19-1~111 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=adf05628f5388349f692bbadd5beca05f792600d;p=timetracker.git More work in progress replacing text links with icons. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 4bea5d52..ad1e463a 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- {/if} - - - - + + + + {if $subgroups} {foreach $subgroups as $subgroup} - - + + {/foreach} {/if} diff --git a/WEB-INF/templates/notifications.tpl b/WEB-INF/templates/notifications.tpl index 72854190..3a62e8cb 100644 --- a/WEB-INF/templates/notifications.tpl +++ b/WEB-INF/templates/notifications.tpl @@ -9,8 +9,8 @@ - - + + {if $notifications} {foreach $notifications as $notification} @@ -19,8 +19,8 @@ - - + + {/foreach} {/if}
 Anuko Time Tracker 1.18.64.4923 | Copyright © Anuko | +  Anuko Time Tracker 1.18.64.4924 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/groups.tpl b/WEB-INF/templates/groups.tpl index d1f174fa..3cd4f51d 100644 --- a/WEB-INF/templates/groups.tpl +++ b/WEB-INF/templates/groups.tpl @@ -11,18 +11,18 @@
 
{$i18n.label.thing_name}{$i18n.label.description}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.thing_name}{$i18n.label.description}
{$subgroup.name|escape} {$subgroup.description|escape}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}
{$i18n.label.schedule} {$i18n.label.email} {$i18n.label.condition}{$i18n.label.edit}{$i18n.label.delete}
{$notification['cron_spec']|escape} {$notification['email']|escape} {$notification['report_condition']|escape}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}