From e11465bda4c218cdbb028bbb82fd0fbb01f68ce9 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Mon, 21 Nov 2022 15:20:02 +0000 Subject: [PATCH] Bug 32298: Page section added to cataloguing search Added div to "Records found in this catalog". Added page-section class to "Records found in the reservoir". Corrected level two heading and removed horizontal line 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 Mentored-by: Martin Renvoize Sponsored-by: PTFS Europe Signed-off-by: Hammat Wele Signed-off-by: Katrin --- .../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.20.1