X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6380ce5acad1e2911e44db3d339183646e3963ac..f6c2f33e3183019686f07aa93ff880f3a009d6eb:/WEB-INF/templates/header.tpl diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index ac6e99fe..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,12 +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} @@ -94,35 +103,39 @@ - +