X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=9ed099a632fecf4746634646095646dcf12e7b4d;hb=e02d7592b0556895e35f4d028939197c132f6b09;hp=90a428911ce7942bb50e4d1a12af7f3c6c556eda;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 90a42891..9ed099a6 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -20,14 +20,11 @@ {assign var="tab_width" value="700"} - - +
- + {if $user->custom_logo} @@ -54,11 +51,11 @@ With 101% height we essentially force the scrollbar to always appear. -->
- + {if $authenticated} {if $user->isAdmin()} - +
  @@ -68,9 +65,9 @@ With 101% height we essentially force the scrollbar to always appear. -->
- + - +
  @@ -79,62 +76,65 @@ With 101% height we essentially force the scrollbar to always appear. -->
- + {else} - +
  {$i18n.menu.logout} · - {$i18n.menu.profile} · + {if $user->can('manage_own_settings')} + {$i18n.menu.profile} · + {/if} {$i18n.menu.forum} · {$i18n.menu.help}
- + - +
  - {if !$user->isClient()} + {if $user->can('track_time') || $user->can('track_own_time')} {$i18n.menu.time} {/if} - {if in_array('ex', explode(',', $user->plugins)) && !$user->isClient()} + {if $user->isPluginEnabled('ex') && ($user->can('track_expenses') || $user->can('track_own_expenses'))} · {$i18n.menu.expenses} {/if} - {if !$user->isClient()}· {/if}{$i18n.menu.reports} - {if ($user->canManageTeam() || $user->isClient()) && in_array('iv', explode(',', $user->plugins))} + {if $user->can('view_invoices') || $user->can('view_own_reports')} + · {$i18n.menu.reports} + {/if} + {if $user->isPluginEnabled('iv') && ($user->can('manage_invoices') || $user->can('view_own_invoices'))} · {$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->can('view_charts') || $user->can('view_own_charts'))) && ($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)} + {if $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 $user->canManageTeam() && ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode) && $user->can('manage_tasks')} · {$i18n.menu.tasks} {/if} - {if !$user->isClient()} + {if $user->can('view_users') || $user->can('manage_users')} · {$i18n.menu.users} {/if} - {if $user->canManageTeam() && in_array('cl', explode(',', $user->plugins))} + {if $user->isPluginEnabled('cl') && $user->can('manage_clients')} · {$i18n.menu.clients} {/if} - {if $user->isManager()} + {if $user->can('export_data')} · {$i18n.menu.export} {/if}
- + {/if} {else} - +
  @@ -150,39 +150,39 @@ With 101% height we essentially force the scrollbar to always appear. --> {/if}
- + {if $title} - +
{$title}{if $timestring}: {$timestring}{/if}
{$user->name|escape:'html'}{if $user->isAdmin()} {$i18n.label.role_admin}{elseif $user->isManager()} {$i18n.label.role_manager}{elseif $user->canManageTeam()} {$i18n.label.role_comanager}{/if}{if $user->behalf_id > 0} {$i18n.label.on_behalf} {$user->behalf_name|escape:'html'}{/if}{if $user->team}, {$user->team|escape:'html'}{/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}
{/if} - + - -{if !$errors->isEmpty()} + +{if $err->yes()}
- {foreach $errors->getErrors() as $error} + {foreach $err->getErrors() as $error} {$error.message}
{* No need to escape as they are not coming from user and may contain a link. *} {/foreach}
{/if} - + - -{if !$messages->isEmpty()} + +{if $msg->yes()}
- {foreach $messages->getErrors() as $message} + {foreach $msg->getErrors() as $message} {$message.message}
{* No need to escape. *} {/foreach}
{/if} - +