From 34329da32f675bf62c550aaf21f56f884fad862e Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 7 Aug 2025 04:03:31 +0000 Subject: [PATCH] Bug 31391: (follow-up) Fix button and alert HTML classes --- .../intranet-tmpl/prog/en/modules/recalls/request.tt | 10 +++++----- .../intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt index a70f935d4f7..1728a261b85 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt @@ -90,9 +90,9 @@ [% IF error %] - + [% ELSE %] - + [% END %] Cancel @@ -177,9 +177,9 @@ [% IF error %] - + [% ELSE %] - + [% END %] Cancel @@ -188,7 +188,7 @@ [% ELSE %] [% IF Koha.Preference('UseRecalls') == 'opac' %] -
Due to the UseRecalls system preference, recalls cannot be placed through the staff interface.
+
Due to the UseRecalls system preference, recalls cannot be placed through the staff interface.
[% ELSE %]

Search patrons

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 087f55c28dd..037e3599fa1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -253,7 +253,7 @@ [% END %] [% IF ( recallerror ) %] -
+

Hold cannot be converted to a recall

A recall cannot be placed for one or more holds. Check your circulation and fine rules.

-- 2.39.5