X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=de25c06609677aabc516a25fbaa78fd9e0d7e1ce;hb=722638fd8cc9400c5228106537effa1dcd0f7fa5;hp=430c1c2b0153845428a76ffd84e98638cde50f62;hpb=c83e33b75d24c71b29df94a061e79a3079f7fe12;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 430c1c2b..de25c066 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -89,6 +89,11 @@ {if $user->can('manage_basic_settings')} {$i18n.menu.group} · {/if} +{if isTrue($smarty.const.SUBGROUP_DEBUG)} + {if $user->can('manage_subgroups')} + {$i18n.menu.subgroups} · + {/if} +{/if} {if $user->can('manage_features')} {$i18n.menu.plugins} · {/if} @@ -160,11 +165,7 @@ {if $title} - {if $user->name} - - {else} - - {/if} + {* No need to escape as it is done in the class. *}
{$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_name}, {$user->group_name|escape}{/if}
 
{$user->getUserPartForHeader()}
{/if}