From aaa54f1b2ce372155bad085c11440ea0815a556e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Jan 2019 15:14:25 +0000 Subject: [PATCH] Bug 22102: Markup fixes for OPAC article request page This patch makes a few improvements to the OPAC article request page: - Improve the breadcrumbs menu by adding a link to the title - Add a header with the record's title - Wrap the "no article requests" message in the correct dialog div - Remove obsolete CDATA marker To test, apply the patch and log in to the OPAC - Peform a search which will return multiple results - Click "Request article" on a title for which article requests can be submitted. - Confirm that the breadcrumbs menu looks and works correctly. - Click "Request article" on a title for which article requsts are not allowed. - Confirm that the message is correctly styled. --- koha-tmpl/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 9ece40b..25af23e 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 @@ -13,6 +13,7 @@
@@ -177,6 +178,7 @@ [% ELSE %] +

[% biblio.title | html %]

No article requests can be made for this record.
@@ -189,7 +191,6 @@ [% BLOCK jsinclude %] [% END %] -- 2.1.4