From f57a43c4cbdd1d71a18f60872ab8fcd8df435629 Mon Sep 17 00:00:00 2001 From: nina martinez Date: Mon, 30 Jun 2025 11:31:54 +0200 Subject: [PATCH] Bug 40283: Article request page. Test plan: 1- Enable the system preference: ArticleRequests. 2- Go to Circulation and Rules in the staff interface (in the Administration page, click on Circulation and Rules) and set an article request limit. 3- Reach your article requests limit, a message should appear. Inspect the HTML code and notice that there is a role="alert" in the message tag. 4- Go back to Circulation an dRules in the staff interface and choose "No" for "Article requests". Try to male an article request, a message should appear. Inspect the html and notice that there si a role="alert". --- .../opac-tmpl/bootstrap/en/modules/opac-request-article.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt index 93d32fba7a..f12f59f34f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt @@ -33,7 +33,7 @@
[% IF error_message %]

[% biblio.title | html %]

-
+ -- 2.43.0