From 143705e54a861356fbca9ee364df087b0f3b27fd Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 27 Oct 2016 14:32:59 +0000 Subject: [PATCH] Bug 17514 - Record details page uses incorrect class "results_summary" The record details page re-uses the class results_summary which is semantically incorrect and causes unwanted interactions with the styling of the actual results page which also uses the results_summary class. We should change the instances of the results_summary class to details_summary on this page. Test Plan: 1) Apply this patch 2) Browse to the record details for a bib 3) View the html, note that no elements have the class results_summary, instead, you should see the class details_summary --- .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 2b6583b..2aa5f14 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -388,7 +388,7 @@ function verify_images() { [% XSLTBloc %] [% IF shelves.count %] - Lists that include this title: + Lists that include this title: [% FOREACH s IN shelves %] [% s.shelfname %] [% IF ( loop.last ) %][% ELSE %]|[% END %] @@ -396,7 +396,7 @@ function verify_images() { [% END %] [% IF ( TagsEnabled && TagsShowOnDetail && TagLoop ) %] - Tags: + Tags: [% FOREACH TagLoo IN TagLoop %] [% IF ( CAN_user_tools_moderate_tags ) %] [% TagLoo.term |html %] @@ -407,10 +407,10 @@ function verify_images() { [% END %] [% END %] - MARC Preview: Show + MARC Preview: Show [% IF ( holdcount ) %] - + Holds: [% holdcount %] @@ -419,7 +419,7 @@ function verify_images() { [% END %] [% IF ( article_requests_count = Biblio.ArticleRequestsActiveCount( biblionumber ) ) %] - + Article requests: [% article_requests_count %] @@ -851,7 +851,7 @@ function verify_images() {
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectProfile') && Koha.Preference('NovelistSelectStaffView') == 'above' ) %] -