From 8be254335143a78fbe4a41480f80d93cae2540cc Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 21 Nov 2024 13:31:37 +0000 Subject: [PATCH] Bug 38505: ill-requests.tt: Use .alert-warning when .alert exists Cosmetic changes only. Signed-off-by: R --- .../prog/en/modules/ill/ill-requests.tt | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 2012d2469c..3e6790faa9 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 @@ -167,24 +167,24 @@ [% IF !whole.stage || whole.stage == 'form' %]

Issue requested item to [% INCLUDE 'patron-title.inc' patron = request.patron %]

[% IF !request.biblio_id || request.biblio_id.length == 0 %] -
This item cannot be checked out as it has no bibliographic record associated with it
+
This item cannot be checked out as it has no bibliographic record associated with it
[% END %] [% IF whole.value.errors.itemcount %] -
The bibliographic record for this request has multiple items, it should only have one. Please fix this then try again.
+
The bibliographic record for this request has multiple items, it should only have one. Please fix this then try again.
[% END %] [% IF whole.value.errors.item_creation %] -
An unknown error occurred while trying to add an item
+
An unknown error occurred while trying to add an item
[% END %] [% IF whole.value.errors.item_check_out %] -
An unknown error occurred while trying to check out the item
+
An unknown error occurred while trying to check out the item
[% END %] [% IF whole.value.check_out_errors %] [% IF whole.value.check_out_errors.error.STATS %] -
+
Local use recorded
[% ELSE %] -
+
There was a problem checking this item out, please check for problems with the patron's account
[% END %] @@ -314,16 +314,16 @@

Place request with partner libraries

[% IF error %] [% IF error == 'no_target_email' %] -
+
No target email addresses found. Either select at least one partner or check your ILL partner library records.
[% ELSIF error == 'no_library_email' %] -
+
Your library has no usable email address. Please set it.
[% ELSIF error == 'unkown_error' %] -
+
Unknown error processing your request. Contact your administrator.
[% END %] @@ -531,7 +531,7 @@ [% IF error %] [% IF error == 'migrate_target' %] -
+
The backend you tried to migrate to does not yet support migrations, please try again with an alternative target.
[% END %] @@ -545,7 +545,7 @@ [% IF tran_success.match('sms') %] [% succ_methods.push('SMS') %] [% END %] -
+
The requested notice was queued for delivery by [% succ_methods.join(', ') | html %]
[% END %] @@ -557,7 +557,7 @@ [% IF tran_fail.match('sms') %] [% fail_methods.push('SMS') %] [% END %] -
+
The requested notice was NOT queued for delivery by [% fail_methods.join(', ') | html %]
[% END %] @@ -877,7 +877,7 @@ -
+
If you can't find what you are looking for, you can or cancel your request -- 2.39.5