X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fheader.tpl;h=3affffc123ac3ba30654bc10cb626ebd1dd8d0f3;hb=60638b6c4f5fb33cd431cabdfef2de83c570b4da;hp=90a428911ce7942bb50e4d1a12af7f3c6c556eda;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 90a42891..3affffc1 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -160,11 +160,11 @@ With 101% height we essentially force the scrollbar to always appear. --> -{if !$errors->isEmpty()} +{if $err->yes()} @@ -174,11 +174,11 @@ 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}