X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=75ae437ce27c463f84093043707aa9d2c48b6011;hb=b01b40bf411268d98c57adb97d111166698eadb8;hp=3bedfb1eb35b0e783cec48acf8f42a723181a419;hpb=660a3e8ca761113f8e1b739dba11eddf7f581cbd;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 3bedfb1e..75ae437c 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -35,7 +35,7 @@
- +
{if $user->custom_logo} @@ -54,9 +54,9 @@ {if $authenticated} - {if $user->isAdmin()} + {if $user->can('administer_site')} - +
  {$i18n.menu.logout} · @@ -68,10 +68,10 @@ - +
@@ -79,11 +79,22 @@ {else} - +
@@ -92,36 +103,42 @@ -
  {$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}
+
@@ -131,12 +148,12 @@ {/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} @@ -148,16 +165,16 @@ {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} @@ -171,7 +188,7 @@ {if $msg->yes()} - +
{foreach $msg->getErrors() as $message}