X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=0fa5d70e91f4b1071e35f7a969389d4c7ee24972;hb=8b395c5fba556db8d595b67fa15c62596fd2f3b4;hp=c830e9845cbf6ea48a6f82050736c68c79c96797;hpb=817c14c6c2098d85ef912fb95898c857bf533b4f;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index c830e984..0fa5d70e 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -138,7 +138,7 @@ {if $user->isPluginEnabled('cl') && ($user->can('view_own_clients') || $user->can('manage_clients'))} · {$i18n.menu.clients} {/if} - {if $user->exists() && $user->isPluginEnabled('wk') && ($user->can('do_work') || $user->can('bid_on_work') || $user->can('manage_work'))} + {if $user->isPluginEnabled('wk') && ($user->can('do_work') || $user->can('bid_on_work') || $user->can('manage_work')) && $user->exists()} · {$i18n.title.work} {/if} {if $user->can('export_data')}