X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=2752dc42f0645f12bc67d2ff10f517cea68abd5d;hb=995feb6c9e97991e5b9d9803fbc3c8a41ac48922;hp=ac6e99fe40a98cb652e737a0f88659a76bcb7239;hpb=6380ce5acad1e2911e44db3d339183646e3963ac;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index ac6e99fe..2752dc42 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -71,7 +71,7 @@ @@ -85,6 +85,9 @@ {$i18n.menu.logout} · {if $user->can('manage_own_settings')} {$i18n.menu.profile} · + {/if} + {if $user->can('manage_basic_settings')} + {$i18n.menu.group} · {/if} {$i18n.menu.forum} · {$i18n.menu.help} @@ -113,16 +116,16 @@ || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode || $user->isPluginEnabled('cl'))} · {$i18n.menu.charts} {/if} - {if ($user->can('manage_projects') || $user->can('track_own_time') || $user->can('track_time')) && ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if ($user->can('view_own_projects') || $user->can('manage_projects')) && ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} · {$i18n.menu.projects} {/if} - {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode) && $user->can('manage_tasks')} + {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode && ($user->can('view_own_tasks') || $user->can('manage_tasks')))} · {$i18n.menu.tasks} {/if} {if $user->can('view_users') || $user->can('manage_users')} · {$i18n.menu.users} {/if} - {if $user->isPluginEnabled('cl') && $user->can('manage_clients')} + {if $user->isPluginEnabled('cl') && ($user->can('view_own_clients') || $user->can('manage_clients'))} · {$i18n.menu.clients} {/if} {if $user->can('export_data')} @@ -140,7 +143,7 @@
  - {$i18n.menu.teams} · + {$i18n.menu.groups} · {$i18n.menu.options}
  {$i18n.menu.login} · {if isTrue($smarty.const.MULTITEAM_MODE) && $smarty.const.AUTH_MODULE == 'db'} - {$i18n.menu.create_team} · + {$i18n.menu.create_group} · {/if} {$i18n.menu.forum} · {$i18n.menu.help}