From 27c18d42af19eaca463df15f864724d42c439635 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 1 May 2023 13:26:55 +0000 Subject: [PATCH] Bug 33643: Add page-section to 'scan index' page in staff interface This adds the white background. As we do on other pages I have chosen to include the h2 heading within the page-section. To test: * Go to advanced search in staff interface * Activate 'More options' * Check checkbox for scan indexes * Switch to author (especially when using Elasticsearch) * Search for C * On the result list verify there is no white background/page section * Apply patch * Repeat test - background should be present now Signed-off-by: Lucas Gass Signed-off-by: Nicolas Giraud --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index 10743641b4..adf0168650 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -369,6 +369,7 @@ [% IF ( total ) %] [% IF ( scan ) %] +

Scan index

@@ -425,6 +426,7 @@ [% END %]
+
[% ELSE # /IF scan %]
-- 2.34.1