From 6512fe5c2ad0f0efd65fb6f4f2c6e650009b19cf Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Wed, 18 Sep 2024 14:18:23 +0000 Subject: [PATCH] Bug 35659: (follow-up) Adjust TT code for Bootstrap 5 In Bug 35402 the Bootstrap CSS framework was upgraded to version 5. This patch adjusts the relevant TT code for the OAI repositories administration page, and also adds a missing [% USE %] directive. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: David Cook Sponsored-by: Association KohaLa - https://koha-fr.org/ Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/oai_servers.tt | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt index 8603e83ccc..04eeaca2f1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt @@ -1,5 +1,6 @@ [% USE raw %] [% USE Asset %] +[% USE I18N %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] @@ -52,17 +53,17 @@
-
+
[% IF msg_deleted %] -
OAI repository deleted ([% msg_add | html %])
+
OAI repository deleted ([% msg_add | html %])
[% ELSIF msg_updated %] -
OAI repository updated ([% msg_add | html %])
+
OAI repository updated ([% msg_add | html %])
[% ELSIF msg_added %] -
OAI repository added ([% msg_add | html %])
+
OAI repository added ([% msg_add | html %])
[% ELSIF msg_notfound %] -
Error: Server with ID [% msg_add | html %] not found
+
Error: Server with ID [% msg_add | html %] not found
[% END %] [% IF ( add_form ) %] @@ -149,14 +150,14 @@
- - Actions + + Actions
-
+
-
+
-
+
[% MACRO jsinclude BLOCK %] -- 2.39.5