From fe97c139adc23cac2b7942763729a01caae5b86d Mon Sep 17 00:00:00 2001 From: Clemens Tubach Date: Thu, 30 Mar 2023 12:24:22 +0000 Subject: [PATCH] Bug 33136: Added class "page-section" to the result page table of serial record search Added class "page-section" to the result page table of serial record search to fit into the new staff design. To test: - Go to serials - Create a new subscription - Click o nzthe "Search for Record" link - Search for something (example: e) - Verify the result table - Apply the patch - Repeat the steps - The result table should have the correct background Signed-off-by: Jan Kissig --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt index dbbccf50bf..d46bd08f3a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt @@ -10,6 +10,7 @@ [% IF ( total ) %]

Search results from [% from | html %] to [% to | html %] of [% total | html %]

+
@@ -40,6 +41,7 @@ [% END %]
Title
+
[% ELSE %]
-- 2.30.2