From 046973ffaf500984fd793868446a27f35febe5a8 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 23 Apr 2015 12:49:38 -0400 Subject: [PATCH] Bug 13022 [QA Followup] - Revert changes in whitespace back to original for items count lines --- .../prog/en/modules/catalogue/results.tt | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index b4f99d1..84e6295 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -552,19 +552,7 @@ var holdForPatron = function () { [% END %] - [% SEARCH_RESULT.items_count %] - - [% IF ( SEARCH_RESULT.itemsplural ) %] - items - [% ELSE %] - item - [% END %] - - [% IF ( SEARCH_RESULT.availablecount ) %] - , [% SEARCH_RESULT.availablecount %] available: - [% ELSE %] - , None available - [% END %] + [% SEARCH_RESULT.items_count %] [% IF ( SEARCH_RESULT.itemsplural ) %]items[% ELSE %]item[% END %][% IF ( SEARCH_RESULT.availablecount ) %], [% SEARCH_RESULT.availablecount %] available:[% ELSE %], None available[% END %] [% IF MaxSearchResultsItemsPerRecordStatusCheck && SEARCH_RESULT.items_count > MaxSearchResultsItemsPerRecordStatusCheck %] -- 1.7.2.5