From f50fccea6fd6a896a761b647af1ab44b2984205a Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 13 Oct 2022 09:51:16 +0100 Subject: [PATCH] Bug 31758: OPTION 2 - Add page-section div around subsections An alternative that puts adds a new page-section div around each preference subsection rather than around the whole tab section. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt index b4e88f8eaf..693f50989f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -64,7 +64,8 @@ [% FOREACH LINE IN TAB.LINES %] [% IF ( LINE.is_group_title ) %] - [% UNLESS ( loop.first ) %][% END %] + [% UNLESS ( loop.first ) %][% END %] +

[% LINE.title | html %]

@@ -197,7 +198,7 @@ [% END %]
- [% IF ( loop.last ) %][% END %] + [% IF ( loop.last ) %]
[% END %] [% END %] [% END %]
Cancel
-- 2.20.1