@@ -, +, @@ - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 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,6 +178,7 @@ [% ELSE %] +

[% biblio.title | html %]

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