From 6df274323ad32bf6a3e46415a18e649b00a2c111 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 1 Oct 2024 08:16:33 +0100 Subject: [PATCH] Bug 33260: (follow-up) Rebase for bootstrap 5 --- .../prog/en/modules/tools/notices.tt | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt index e044c25ac48..8ae7fe0f48c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt @@ -4,9 +4,9 @@ [% USE Branches %] [% USE Categories %] [% USE TablesSettings %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% PROCESS 'i18n.inc' %] [% PROCESS "patron-search.inc" %] [% SET libraries = Branches.all %] [% SET categories = Categories.all.unblessed %] @@ -17,9 +17,11 @@ [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] +[% FILTER collapse %] +[% END %] @@ -28,26 +30,21 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - + [% END %] + [% END %] [% END %]
-
+
[% INCLUDE 'messages.inc' %] @@ -124,7 +121,7 @@
-
+
-
+
-- 2.47.1