From 704d0cf4b21aaca2bd3d21ea5bb2186ae6d3c848 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 19 May 2014 16:25:53 +0000 Subject: [PATCH] Bug 12271: (follow-up) fix minor errors in Bootstrap theme To test: [1] Verify that prove -v xt/author/valid-templates.t passes. Signed-off-by: Galen Charlton (cherry picked from commit bafeb881c99142fd3abf507a3c5bcddd2c12932a) Signed-off-by: Fridolin Somers --- .../opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt | 6 +++--- koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt index 855714a871..940f8f6536 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt @@ -239,11 +239,11 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% END %] [% END %] - [% IF ( ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %] + [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %] [% END %] + [% IF ( ( Koha.Preference( 'opacbookbag' ) = 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %][% END %] [% IF ( GROUP_RESULT.classification ) %] [% GROUP_RESULT.classification %] [% END %] @@ -356,4 +356,4 @@ function highlightOn() { } //]]> -[% END %] \ No newline at end of file +[% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt index f8b300db6a..6ad89770ac 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt @@ -9,7 +9,9 @@ [% INCLUDE 'doc-head-close.inc' %] +[% BLOCK cssinclude %] +[% END %] @@ -107,3 +109,4 @@ [% INCLUDE 'opac-bottom.inc' %] +[% BLOCK jsinclude %][% END %] -- 2.39.2