X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=ce8e229c51aa792347d39965d0a52b33262cdffa;hb=1b3f5f78060419160ba8e1ec6fa8f1e6399af711;hp=4d08cfc18ae7f04492308fdbdbee2bfd258e80fe;hpb=05e0f5266a2959a452adfcae9d53c9729d3a3668;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 4d08cfc1..ce8e229c 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -105,12 +105,11 @@ With 101% height we essentially force the scrollbar to always appear. --> · {$i18n.menu.expenses} {/if} {if !$user->isClient()}· {/if}{$i18n.menu.reports} - {if ($user->canManageTeam() || $user->isClient()) && in_array('iv', explode(',', $user->plugins))} + {if ($user->canManageTeam() || $user->isClient()) && $user->isPluginEnabled('iv')} · {$i18n.title.invoices} {/if} - {if (in_array('ch', explode(',', $user->plugins)) && !$user->isClient()) && ($smarty.const.MODE_PROJECTS == $user->tracking_mode - || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode - || in_array('cl', explode(',', $user->plugins)))} + {if ($user->isPluginEnabled('ch') && !$user->isClient()) && ($smarty.const.MODE_PROJECTS == $user->tracking_mode + || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode || $user->isPluginEnabled('cl'))} · {$i18n.menu.charts} {/if} {if !$user->isClient() && ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} @@ -122,7 +121,7 @@ With 101% height we essentially force the scrollbar to always appear. --> {if !$user->isClient()} · {$i18n.menu.users} {/if} - {if $user->canManageTeam() && in_array('cl', explode(',', $user->plugins))} + {if $user->canManageTeam() && $user->isPluginEnabled('cl')} · {$i18n.menu.clients} {/if} {if $user->isManager()}