From d12a2fbedbbedb7397e5ce0e413d2b60dd80a04b Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 5 Nov 2024 15:15:46 +0000 Subject: [PATCH] Bug 38359: Update css class col-sm-offset-* no longer exists in bootstrap 5 and we should use offset-sm-* instead Test plan: 1) Enable ILLModule sys pref 2) Attempt to create a new ILL request: http://localhost:8081/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard 3) Notice there is no left offset (as was before bug 35402 4) Apply patch. Repeat. --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 23c6e7424f..2012d2469c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -120,7 +120,7 @@
[% INCLUDE 'messages.inc' %] [% ELSE %] -
+
[% INCLUDE 'messages.inc' %] [% END %] -- 2.39.5