X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=d25f1281278366090ce7a8bf285bb4401ba2c98b;hb=45ca7d2258832cb0d2465eb16dd646d925458106;hp=2d3bb203195b8191807e98b8de7d0eb4bf0872aa;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 2d3bb203..d25f1281 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} @@ -38,11 +35,11 @@ With 101% height we essentially force the scrollbar to always appear. -->
- +
{if $user->custom_logo} - + {else} {/if} @@ -54,12 +51,12 @@ With 101% height we essentially force the scrollbar to always appear. --> - - + + {if $authenticated} - {if $user->isAdmin()} - - + {if $user->can('administer_site')} + +
  {$i18n.menu.logout} · @@ -68,79 +65,95 @@ With 101% height we essentially force the scrollbar to always appear. -->
- + - - + +
- + {else} - - + +
  {$i18n.menu.logout} · + {if $user->exists() && $user->can('manage_own_settings')} {$i18n.menu.profile} · + {/if} + {if $user->can('manage_basic_settings')} + {$i18n.menu.group} · + {/if} + {if $user->can('manage_subgroups')} + {$i18n.menu.subgroups} · + {/if} + {if $user->can('manage_features')} + {$i18n.menu.plugins} · + {/if} {$i18n.menu.forum} · {$i18n.menu.help}
- + - - + +
- + {/if} {else} - - + +
  {$i18n.menu.login} · - {if isTrue($smarty.const.MULTITEAM_MODE) && $smarty.const.AUTH_MODULE == 'db'} - {$i18n.menu.create_team} · + {if isTrue('MULTITEAM_MODE') && $smarty.const.AUTH_MODULE == 'db'} + {$i18n.menu.create_group} · {/if} {$i18n.menu.forum} · {$i18n.menu.help} @@ -150,39 +163,39 @@ With 101% height we essentially force the scrollbar to always appear. --> {/if}
- + {if $title} - +
- + {* No need to escape as it is done in the class. *}
{$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->getUserPartForHeader()}
{/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 +