X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=d25f1281278366090ce7a8bf285bb4401ba2c98b;hb=adf05628f5388349f692bbadd5beca05f792600d;hp=a5f0d022daffbf899ecfeb0102c29d4372c44c4f;hpb=e0ec0364d761e2dff5a7c0032f04ec1dbae50980;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index a5f0d022..d25f1281 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -35,11 +35,11 @@
- +
{if $user->custom_logo} - + {else} {/if} @@ -56,7 +56,7 @@ {if $authenticated} {if $user->can('administer_site')} - +
  {$i18n.menu.logout} · @@ -68,10 +68,10 @@ - +
@@ -79,15 +79,21 @@ {else} - +
  {$i18n.menu.logout} · - {if $user->can('manage_own_settings')} + {if $user->exists() && $user->can('manage_own_settings')} {$i18n.menu.profile} · {/if} {if $user->can('manage_basic_settings')} {$i18n.menu.group} · + {/if} + {if $user->can('manage_subgroups')} + {$i18n.menu.subgroups} · + {/if} + {if $user->can('manage_features')} + {$i18n.menu.plugins} · {/if} {$i18n.menu.forum} · {$i18n.menu.help} @@ -97,35 +103,39 @@ - +