X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=0862523af303401745fae7a9b09a24fda146b7ad;hb=a26a0989ad93cce9de9f45312990da9610e53045;hp=c7c445a799b8723e96b396b3da52ee83f5de61e0;hpb=9b51878cb6636d768f5938615090c67f397a6558;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index c7c445a7..0862523a 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -35,11 +35,11 @@
- +
{if $user->custom_logo} - + {else} {/if} @@ -56,11 +56,11 @@ {if $authenticated} {if $user->can('administer_site')} - +
@@ -68,10 +68,10 @@ -
  - {$i18n.menu.logout} · - {$i18n.menu.forum} · + {$i18n.menu.logout} + {$i18n.menu.forum} {$i18n.menu.help}
+
@@ -79,20 +79,23 @@ {else} - +
@@ -100,39 +103,49 @@ -
  - {$i18n.menu.logout} · - {if $user->can('manage_own_settings')} - {$i18n.menu.profile} · + {$i18n.menu.logout} + {if $user->exists() && $user->can('manage_own_settings')} + {$i18n.menu.profile} {/if} {if $user->can('manage_basic_settings')} - {$i18n.menu.group} · + {$i18n.menu.group} + {/if} + {if $user->can('manage_subgroups')} + {$i18n.menu.subgroups} {/if} {if $user->can('manage_features')} - {$i18n.menu.plugins} · + {$i18n.menu.plugins} {/if} - {$i18n.menu.forum} · + {$i18n.menu.forum} {$i18n.menu.help}
+
@@ -141,14 +154,14 @@ {/if} {else} - +
@@ -158,20 +171,16 @@ {if $title} -
  - {$i18n.menu.login} · - {if isTrue($smarty.const.MULTITEAM_MODE) && $smarty.const.AUTH_MODULE == 'db'} - {$i18n.menu.create_group} · + {$i18n.menu.login} + {if isTrue('MULTIORG_MODE') && $smarty.const.AUTH_MODULE == 'db'} + {$i18n.menu.create_group} {/if} - {$i18n.menu.forum} · + {$i18n.menu.forum} {$i18n.menu.help}
+
- {if $user->name} - - {else} - - {/if} + {* No need to escape as it is done in the class. *}
{$title}{if $timestring}: {$timestring}{/if}
{$user->name|escape} - {$user->role_name|escape}{if $user->behalf_id > 0} {$i18n.label.on_behalf} {$user->behalf_name|escape}{/if}{if $user->group}, {$user->group|escape}{/if}
 
{$user->getUserPartForHeader()}
{/if} {if $err->yes()} - +
{foreach $err->getErrors() as $error} @@ -185,7 +194,7 @@ {if $msg->yes()} - +
{foreach $msg->getErrors() as $message}