X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=430c1c2b0153845428a76ffd84e98638cde50f62;hb=d6a5ffec0f76b9ab5b1ee4f8e69ecdb2afd7c0ff;hp=3ad3fb5fc3d4114308bb8d9c6fbaf0ec117d74bf;hpb=1955bb54c5569f779a16eb3b8de9b4684b5f11b4;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 3ad3fb5f..430c1c2b 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -71,7 +71,7 @@ @@ -88,6 +88,9 @@ {/if} {if $user->can('manage_basic_settings')} {$i18n.menu.group} · + {/if} + {if $user->can('manage_features')} + {$i18n.menu.plugins} · {/if} {$i18n.menu.forum} · {$i18n.menu.help} @@ -119,13 +122,13 @@ {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')} @@ -143,7 +146,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} @@ -158,7 +161,7 @@ {if $user->name} - + {else} {/if}
{$title}{if $timestring}: {$timestring}{/if}
{$user->name|escape} - {$user->role_name|escape}{if $user->behalf_id > 0} {$i18n.label.on_behalf} {$user->behalf_name|escape}{/if}{if $user->team}, {$user->team|escape}{/if}
{$user->name|escape} - {$user->role_name|escape}{if $user->behalf_id > 0} {$i18n.label.on_behalf} {$user->behalf_name|escape}{/if}{if $user->group_name}, {$user->group_name|escape}{/if}