@@ -, +, @@ - 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 - 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(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt +++ a/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 %] --