From e5f8465d77366639704c3c7fcf423dbf490b3ce1 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 24 Oct 2022 12:39:06 +0100 Subject: [PATCH] Bug 31941: Add page-section container to item types This patch adds the page-section container to the item types adminstration page Test plan 1) Confirm the item types administration page uses the card view around the main table Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index d4fa4b0ba2..0d57f6eb02 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -471,6 +471,7 @@ Item types › Administration › Koha [% IF op == 'list' %]

Item types administration

[% IF itemtypes %] +
[% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %][% END %] @@ -594,6 +595,7 @@ Item types › Administration › Koha [% END %]
Image
+
[% ELSE %]
There are no itemtypes defined
[% END %] -- 2.30.2