Bugzilla – Attachment 115543 Details for
Bug 27478
Improve link text when viewing an ILL requested item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27478: Improved link text when viewing ILL reqested item
Bug-27478-Improved-link-text-when-viewing-ILL-reqe.patch (text/plain), 1.89 KB, created by
Owen Leonard
on 2021-01-21 13:58:58 UTC
(
hide
)
Description:
Bug 27478: Improved link text when viewing ILL reqested item
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-01-21 13:58:58 UTC
Size:
1.89 KB
patch
obsolete
>From fa73ca6b77d829d0c9ad09fbe22e0ee71c86abc4 Mon Sep 17 00:00:00 2001 >From: ava li <rubyli208@gmail.com> >Date: Wed, 20 Jan 2021 21:38:15 +0000 >Subject: [PATCH] Bug 27478: Improved link text when viewing ILL reqested item > >TEST PLAN: >1) Follow > >https://koha-community.org/manual/20.11/hi/html/ILL_requests.html >and >https://wiki.koha-community.org/wiki/ILL_backends >to enable Interlibrary loans if you haven't already. > >2)In the Koha staff website or OPAC website, make an ILL request. >(if in the Koha staff website, use your own card barcode) > >3) Go the the OPAC website, your account (top right), 'your >interlibrary loan requests', view request > >4) The text should be as follows "Requested item: View the requested >item" If so the patch has worked. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >index d7e4e0a88e..ab03b84d96 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >@@ -184,7 +184,7 @@ > [% IF request.biblio_id %] > <li> > <label for="biblio">Requested item:</label> >- <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% request.biblio_id | uri %]">Click here to view</a> >+ <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% request.biblio_id | uri %]">View the requested item</a> > </li> > [% END %] > <li> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27478
:
115465
|
115543
|
115561