From 7d7f15196f148d22afaaceeade91faf3388fe386 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 13 Oct 2022 23:13:22 +0000 Subject: [PATCH] Bug 31783: Add page-section to columns_settings.tt page This patch adds the page-section class to the tables on the Table settings page. To test: 1. Apply patch and go to Administration > Table settings 2. Make sure the tables look good with the new page-section class, which is added to an existing div in this case. 3. Make sure that changing some table setting still works and you can properly save new settings. Note: This patch moves the fieldset which contains the Save button into the page-section div. --- .../prog/en/modules/admin/columns_settings.tt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt index 30ee078718..998d54f174 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt @@ -21,7 +21,7 @@ [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] [% FOR tablename IN tables.$pagename.keys.sort %] [% SET table_id = pagename _ '#' _ tablename %] -
+
[% IF pagename == 'additem' AND tablename == 'itemst' %]
Changes made below will only apply to item subfields that are mapped to the 'items' table. Go to Koha to MARC mapping
@@ -136,12 +136,11 @@

[% END %] - +
+ +
[% END %] -
- -
[% ELSE %] There is no table to configure for this module. [% END %] -- 2.30.2