X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=b307f4c895e7f0d4ead132a07d6ce2defc32a976;hb=5fdf8659516ad2b07458deba8eda234e8e07c554;hp=2d3bb203195b8191807e98b8de7d0eb4bf0872aa;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 2d3bb203..b307f4c8 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -27,7 +27,7 @@ With 101% height we essentially force the scrollbar to always appear. --> - + {if $user->custom_logo} @@ -54,11 +54,11 @@ With 101% height we essentially force the scrollbar to always appear. -->
- - + + {if $authenticated} {if $user->isAdmin()} - +
  @@ -68,9 +68,9 @@ With 101% height we essentially force the scrollbar to always appear. -->
- + - +
  @@ -79,9 +79,9 @@ With 101% height we essentially force the scrollbar to always appear. -->
- + {else} - +
  @@ -92,25 +92,24 @@ With 101% height we essentially force the scrollbar to always appear. -->
- + - +
  {if !$user->isClient()} {$i18n.menu.time} {/if} - {if in_array('ex', explode(',', $user->plugins)) && !$user->isClient()} + {if $user->isPluginEnabled('ex') && !$user->isClient()} · {$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()} @@ -131,10 +130,10 @@ With 101% height we essentially force the scrollbar to always appear. -->
- + {/if} {else} - +
  @@ -150,39 +149,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}
{/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} - \ No newline at end of file +