From f6df37394baa8eec719dcaa074e140a3378ed1f5 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) After creating the request, see the detail page: http://localhost:8081/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=1 5) Verify same issue happens here. 6) Apply patch. Repeat test plan. Signed-off-by: Lucas Gass Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- 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