X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=3affffc123ac3ba30654bc10cb626ebd1dd8d0f3;hb=7fafd0cdc53c376b557a5504af53dacdfbcdb533;hp=2d3bb203195b8191807e98b8de7d0eb4bf0872aa;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 2d3bb203..3affffc1 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -55,7 +55,7 @@ With 101% height we essentially force the scrollbar to always appear. --> - + {if $authenticated} {if $user->isAdmin()} @@ -160,11 +160,11 @@ With 101% height we essentially force the scrollbar to always appear. --> -{if !$errors->isEmpty()} +{if $err->yes()} @@ -174,15 +174,15 @@ With 101% height we essentially force the scrollbar to always appear. --> -{if !$messages->isEmpty()} +{if $msg->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}
- {foreach $messages->getErrors() as $message} + {foreach $msg->getErrors() as $message} {$message.message}
{* No need to escape. *} {/foreach}
{/if} - \ No newline at end of file +