From fd036e94eb448ac0074d14207b709a8946395eea 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 --- .../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 bfee4fc2b8..b0ded6f715 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.30.2