X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=23dfdc1176f5b36afc8af32bcee1b59e09d3b764;hb=24d92ab1a3273b9aa6e678f3d381ef9f931ceeb6;hp=c7c445a799b8723e96b396b3da52ee83f5de61e0;hpb=9b51878cb6636d768f5938615090c67f397a6558;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index c7c445a7..23dfdc11 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} @@ -161,7 +166,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}