From 4273c02ba1c0d71bb07c3a0b33ce76fae72a5917 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 5 Apr 2011 15:35:44 +1200 Subject: [PATCH] Bug 5917 : Scoping --- .../prog/en/modules/catalogue/results.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tt/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tt/intranet-tmpl/prog/en/modules/catalogue/results.tt index ad7be6ba17..58bc6ed7cc 100644 --- a/koha-tt/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tt/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -444,16 +444,16 @@ YAHOO.util.Event.onContentReady("searchheader", function () {   [% END %]

- [% UNLESS ( SEARCH_RESULT.item_level_itypes ) %] - [% UNLESS ( SEARCH_RESULT.noItemTypeImages ) %][% IF ( SEARCH_RESULT.imageurl ) %] + [% UNLESS ( item_level_itypes ) %] + [% UNLESS ( noItemTypeImages ) %][% IF ( SEARCH_RESULT.imageurl ) %] [% END %][% END %] [% END %] [% SEARCH_RESULT.summary %]

[% ELSE %]

- [% UNLESS ( SEARCH_RESULT.item_level_itypes ) %] - [% UNLESS ( SEARCH_RESULT.noItemTypeImages ) %][% IF ( SEARCH_RESULT.imageurl ) %] + [% UNLESS ( item_level_itypes ) %] + [% UNLESS ( noItemTypeImages ) %][% IF ( SEARCH_RESULT.imageurl ) %] [% END %][% END %] [% END %] @@ -507,7 +507,7 @@ YAHOO.util.Event.onContentReady("searchheader", function () {