From c43ca1b8cfe8ac125b21a231c7a0d350c85f5029 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 13 Oct 2022 09:53:05 +0100 Subject: [PATCH] Bug 31758: OPTION 1 - Add page-section to prefs-tab div This patch simply adds the new page-section class to the existing prefs-tab div encasing the whole tab content inside a 'card' display. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..6ed4b0ec21 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -55,7 +55,7 @@

You searched for: [% searchfield | html %]

[% END %] [% FOREACH TAB IN TABS %] -
+

[% TAB.tab_title | html %] preferences

[% UNLESS ( searchfield ) %]
[% END %] -- 2.20.1