From f723fcfef2e439f259dd6e155db7bc29c3a9e08e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 1 Sep 2011 09:40:08 -0400 Subject: [PATCH] Fix for Bug 6458 - incorrect parsing result in translation processing Content-Type: text/plain; charset="utf-8" Fixing improperly nested template logic inside markup in header.inc --- .../intranet-tmpl/prog/en/includes/header.inc | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index 0db885a..58430fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -64,7 +64,11 @@ [% loggedinusername %] - (Log Out) | + [% IF ( intranetbookbag ) %] + (Log Out) | + [% ELSE %] + (Log Out) | + [% END %] [% ELSE %] You are not logged in | [% END %] -- 1.7.3