From 2b4fe5133413c00bd1dbe127fb58fbadc8b1c097 Mon Sep 17 00:00:00 2001 From: mattblenkinsop Date: Mon, 21 Nov 2022 15:20:02 +0000 Subject: [PATCH] Bug_32298 - Page section added to cataloguing search Div added to "Records found in this catalog", page section class added to "Records found in the reservoir". Level two heading changed and horizontal line removed as it is now superfluous Test plan: 1) Apply patch from bug 32298 2) Navigate to Cataloging 3) Enter a search into the search field and run the search 4) Verify that the white page section identifier is now visible around both sections --- .../prog/en/modules/cataloguing/addbooks.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt index 16f06c2ac0..df35be76ae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -93,9 +93,9 @@ [%# display the search results %] - +
[% IF ( total ) %] -

Records found in the catalog

+

Records found in the catalog

[% total | html %] result(s) found in catalog, [% breeding_count | html %] result(s) found in reservoir @@ -202,10 +202,11 @@ [% END %] [% END %] [% END # /IF total %] +
[% IF ( query ) %] -
-
+ +

Records found in the reservoir

[% IF ( breeding_loop ) %] -- 2.37.1 (Apple Git-137.1)