From: Nik Okuntseff Date: Sat, 24 Mar 2018 16:52:06 +0000 (+0000) Subject: One more fix to header output. X-Git-Tag: timetracker_1.19-1~953 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e59d57b1fcf105382028dcfc0157a6ca84b0dc46;p=timetracker.git One more fix to header output. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 10499fb2..2403c2b2 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.69.4154 | Copyright © Anuko | +  Anuko Time Tracker 1.17.69.4155 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 101c84a6..1d662216 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -150,7 +150,7 @@ {if $title} - +
{$title}{if $timestring}: {$timestring}{/if}
{$user->name|escape} - {$user->role_name|escape} {if $user->behalf_id > 0}{$i18n.label.on_behalf} {$user->behalf_name|escape}{/if}{if $user->team}, {$user->team|escape}{/if}
{$user->name|escape} - {$user->role_name|escape}{if $user->behalf_id > 0} {$i18n.label.on_behalf} {$user->behalf_name|escape}{/if}{if $user->team}, {$user->team|escape}{/if}
{/if}