From 2d1d1ccb9a0462ceb1fe7503cfbb5fd7b7f184f6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 2 Jan 2023 22:50:48 +0000 Subject: [PATCH] Bug 32003: Add page-section to order search results and fix heading hierarchy This adds a page-section to the order search results and moves the former second h1 heading 'search results' to a h2 heading below 'Order search', so we have a proper hierarchy In acquisitions: * Make sure you have an order with at least one order line * Do an empty orders search * Verify there are 2 h1 headings on the page and the results table doesn't have a white background * Apply patch * Verify the results list now has a white background and the second now smaller heading has been moved into this area --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt index d70e55df4b..c761932cb8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt @@ -62,8 +62,9 @@ [% END %] - [% IF ( order_loop ) %]

Search results

-
+ [% IF ( order_loop ) %] +
+

Search results

-- 2.30.2