From 86ed3d049a2bd46f793f833ca0fe4ef05683fefa Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 4 Nov 2024 13:15:34 +0000 Subject: [PATCH] Bug 35570: (QA follow-up): Fix styling of confirmation buttons --- Koha/ILL/Backend/intra-includes/cancel.inc | 2 +- Koha/ILL/Backend/intra-includes/confirm.inc | 2 +- Koha/ILL/Backend/intra-includes/create.inc | 2 +- Koha/ILL/Backend/intra-includes/edititem.inc | 2 +- Koha/ILL/Backend/opac-includes/create.inc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Koha/ILL/Backend/intra-includes/cancel.inc b/Koha/ILL/Backend/intra-includes/cancel.inc index 99301ffbf4..3d93a4e844 100644 --- a/Koha/ILL/Backend/intra-includes/cancel.inc +++ b/Koha/ILL/Backend/intra-includes/cancel.inc @@ -10,7 +10,7 @@

[% base_url = "/cgi-bin/koha/ill/ill-requests.pl" %] [% proceed_url = base_url _ "?method=cancel&stage=confirm" _ "&illrequest_id=" _ request.illrequest_id %] - Revert request + Revert request Cancel

[% END %] diff --git a/Koha/ILL/Backend/intra-includes/confirm.inc b/Koha/ILL/Backend/intra-includes/confirm.inc index 099c5d6a67..21a307fcd0 100644 --- a/Koha/ILL/Backend/intra-includes/confirm.inc +++ b/Koha/ILL/Backend/intra-includes/confirm.inc @@ -10,7 +10,7 @@

[% base_url = "/cgi-bin/koha/ill/ill-requests.pl" %] [% proceed_url = base_url _ "?method=confirm&stage=confirm" _ "&illrequest_id=" _ request.illrequest_id %] - Confirm request + Confirm request Cancel

[% ELSE %] diff --git a/Koha/ILL/Backend/intra-includes/create.inc b/Koha/ILL/Backend/intra-includes/create.inc index 0130d22fa6..f19849b66e 100644 --- a/Koha/ILL/Backend/intra-includes/create.inc +++ b/Koha/ILL/Backend/intra-includes/create.inc @@ -107,7 +107,7 @@
- + Cancel
diff --git a/Koha/ILL/Backend/intra-includes/edititem.inc b/Koha/ILL/Backend/intra-includes/edititem.inc index d56d86e013..dda913ecea 100644 --- a/Koha/ILL/Backend/intra-includes/edititem.inc +++ b/Koha/ILL/Backend/intra-includes/edititem.inc @@ -73,7 +73,7 @@ [% END %] [% INCLUDE "${cwd}/shared-includes/custom_fields.inc" %]
- + Cancel
diff --git a/Koha/ILL/Backend/opac-includes/create.inc b/Koha/ILL/Backend/opac-includes/create.inc index 91450d66d2..dc0779a1ee 100644 --- a/Koha/ILL/Backend/opac-includes/create.inc +++ b/Koha/ILL/Backend/opac-includes/create.inc @@ -104,7 +104,7 @@
- + Cancel
-- 2.39.5