From 6f3b4be3d35a7b370c03a543c5a01e7e36b471c2 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 2 Nov 2022 22:17:33 +0000 Subject: [PATCH] Bug 32006: Add page-section for local use system preferences To test: 1. Go to the System preferences > Local use 2. Notice there is no page section and the table has much more space on the left than other system preference sections 3. Apply patch 4. Look again, the extra space on the left should be eliminated and the page-section should be added. 5. Use an HTML validator to spot errors. Note: I elimiated the inline style on the table that set the width to 80%. I don't see why that is needed but if it is we should be using CSS to do so. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/admin/systempreferences.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt index e731849019..a677ddd796 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt @@ -333,7 +333,8 @@ [% ELSE %]

Local use preferences

-
+
+
@@ -455,9 +456,10 @@ - [% END %] + [% END %] +
Preference Explanation Edit Delete
- + [% IF tab == 'local_use' %][% END %] [% END %] -- 2.39.2