From: Nik Okuntseff Date: Sun, 4 Nov 2018 13:50:15 +0000 (+0000) Subject: Fixed export of group name - broken during refactoring. X-Git-Tag: timetracker_1.19-1~718 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c83e33b75d24c71b29df94a061e79a3079f7fe12;p=timetracker.git Fixed export of group name - broken during refactoring. --- diff --git a/WEB-INF/lib/ttExportHelper.class.php b/WEB-INF/lib/ttExportHelper.class.php index d40ce452..26c801d4 100644 --- a/WEB-INF/lib/ttExportHelper.class.php +++ b/WEB-INF/lib/ttExportHelper.class.php @@ -69,7 +69,7 @@ class ttExportHelper { "\" plugins=\"".$user->plugins."\" lock_spec=\"".$user->lock_spec."\" workday_minutes=\"".$user->workday_minutes. "\" config=\"".$user->config. "\">\n"); - fwrite($file, " group."]]>\n"); + fwrite($file, " group_name."]]>\n"); fwrite($file, " allow_ip."]]>\n"); fwrite($file, " password_complexity."]]>\n"); fwrite($file, "\n"); diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index c10f48c9..08743328 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.07.4358 | Copyright © Anuko | +  Anuko Time Tracker 1.18.07.4359 | 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 c7c445a7..430c1c2b 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -161,7 +161,7 @@ {if $user->name} - + {else} {/if}
{$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->group}, {$user->group|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->group_name}, {$user->group_name|escape}{/if}