From d2a1bdc29ab6c63f3b28234536a3d19c4ca4db39 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Jan 2019 14:52:28 +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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 69e4527..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,7 +178,10 @@ [% ELSE %] - No article requests can be made for this record. +

[% biblio.title | html %]

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