X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=c830e9845cbf6ea48a6f82050736c68c79c96797;hb=817c14c6c2098d85ef912fb95898c857bf533b4f;hp=3ad3fb5fc3d4114308bb8d9c6fbaf0ec117d74bf;hpb=1955bb54c5569f779a16eb3b8de9b4684b5f11b4;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 3ad3fb5f..c830e984 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,37 +103,44 @@ - +