X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e304b6c8564a6c3f2a3c6e68a0f5e9c7db817a65..e58cee63708a69bf369c7ade35b015e2ba6e8dfd:/WEB-INF/templates/header.tpl diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 8dc7bc99..86bc619c 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -71,7 +71,7 @@
| - {$i18n.menu.groups} · + {$i18n.menu.groups} · {$i18n.menu.options} | ||||||
{$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}
@@ -100,26 +106,27 @@
|