From 609a96b4b5331cf086eac477a6d8a5150786eb68 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 | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 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 b4310472590..21341917d96 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 %] @@ -18,11 +18,13 @@ [% END %] [% INCLUDE 'doc-head-close.inc' %] - +[% FILTER collapse %] + +[% END %] @@ -31,24 +33,19 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - + [% WRAPPER breadcrumbs %] + [% WRAPPER breadcrumb_item %] + Tools + [% END %] + [% WRAPPER breadcrumb_item %] + Notices management + [% END %] + [% END %] [% END %]
-
+
[% INCLUDE 'messages.inc' %] @@ -126,7 +123,7 @@
-
+
- +
-- 2.48.1