X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5fdf8659516ad2b07458deba8eda234e8e07c554..f20ec5fb1e42bf4a273cb2d3a99d3d7b33c2ff48:/WEB-INF/templates/header.tpl
diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl
index b307f4c8..4e4a4146 100644
--- a/WEB-INF/templates/header.tpl
+++ b/WEB-INF/templates/header.tpl
@@ -20,10 +20,7 @@
{assign var="tab_width" value="700"}
-
-
+
@@ -153,7 +150,7 @@ With 101% height we essentially force the scrollbar to always appear. -->
{if $title}
- | {$user->name|escape:'html'}{if $user->isAdmin()} {$i18n.label.role_admin}{elseif $user->isManager()} {$i18n.label.role_manager}{elseif $user->canManageTeam()} {$i18n.label.role_comanager}{/if}{if $user->behalf_id > 0} {$i18n.label.on_behalf} {$user->behalf_name|escape:'html'}{/if}{if $user->team}, {$user->team|escape:'html'}{/if} |
+ | {$user->name|escape}{if $user->isAdmin()} {$i18n.label.role_admin}{elseif $user->isManager()} {$i18n.label.role_manager}{elseif $user->canManageTeam()} {$i18n.label.role_comanager}{/if}{if $user->behalf_id > 0} {$i18n.label.on_behalf} {$user->behalf_name|escape}{/if}{if $user->team}, {$user->team|escape}{/if} |
{/if}
|