X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=de25c06609677aabc516a25fbaa78fd9e0d7e1ce;hb=7797eda9fb04c217a813db88e00bb9ee541eabbb;hp=8dc7bc999909fc9e0284c59e70f23c7c9ab70c38;hpb=e304b6c8564a6c3f2a3c6e68a0f5e9c7db817a65;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 8dc7bc99..de25c066 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -71,7 +71,7 @@ @@ -88,6 +88,14 @@ {/if} {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} {$i18n.menu.forum} · {$i18n.menu.help} @@ -157,11 +165,7 @@ {if $title}
  - {$i18n.menu.groups} · + {$i18n.menu.groups} · {$i18n.menu.options}
- {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->team}, {$user->team|escape}{/if}
 
{$user->getUserPartForHeader()}
{/if}