X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=9c46a7a879e740de395cd4a95350d42d4068f569;hb=13cfff28242767287408e8fd13d992bc6c6e2086;hp=b307f4c895e7f0d4ead132a07d6ce2defc32a976;hpb=5fdf8659516ad2b07458deba8eda234e8e07c554;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index b307f4c8..9c46a7a8 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -20,10 +20,7 @@ {assign var="tab_width" value="700"} - - +
@@ -38,11 +35,11 @@ With 101% height we essentially force the scrollbar to always appear. -->
- +
{if $user->custom_logo} - + {else} {/if} @@ -57,9 +54,9 @@ With 101% height we essentially force the scrollbar to always appear. --> {if $authenticated} - {if $user->isAdmin()} + {if $user->can('administer_site')} - +
  {$i18n.menu.logout} · @@ -71,10 +68,10 @@ With 101% height we essentially force the scrollbar to always appear. --> - +
@@ -82,11 +79,22 @@ With 101% height we essentially force the scrollbar to always appear. --> {else} - +
@@ -95,36 +103,45 @@ With 101% height we essentially force the scrollbar to always appear. --> -
  {$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}
+
@@ -134,12 +151,12 @@ With 101% height we essentially force the scrollbar to always appear. --> {/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} @@ -151,16 +168,16 @@ With 101% height we essentially force the scrollbar to always appear. --> {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 $err->yes()} - +
{foreach $err->getErrors() as $error} @@ -174,7 +191,7 @@ With 101% height we essentially force the scrollbar to always appear. --> {if $msg->yes()} - +
{foreach $msg->getErrors() as $message}