Bugzilla – Attachment 182685 Details for
Bug 39948
Simplify unauthenticated ILL request detail in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39948: Simplify unauthenticated ILL submission detail page for the OPAC
Bug-39948-Simplify-unauthenticated-ILL-submission-.patch (text/plain), 2.73 KB, created by
David Nind
on 2025-05-21 08:13:22 UTC
(
hide
)
Description:
Bug 39948: Simplify unauthenticated ILL submission detail page for the OPAC
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-05-21 08:13:22 UTC
Size:
2.73 KB
patch
obsolete
>From 92c6f71540d16278d903c6139a3a1927be9622dc Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 20 May 2025 15:19:51 -0300 >Subject: [PATCH] Bug 39948: Simplify unauthenticated ILL submission detail > page for the OPAC > >This patch tweaks the unauthenticated ILL request details page so it >doesn't display 'Unauthenticated ...' more than really needed. > >To test: >1. Enable ILLModule >2. Enable ILLOpacUnauthenticatedRequest >3. Set ILLOpacbackends to 'Standard' >4. Make a search in the OPAC (not logged in) >5. At the bottom of the page, follow the 'Make an interlibrary loan > request' link. >6. Place a request, you are redirected to the request details page >=> FAIL: There are some strings that could go away: > >* Unauthenticated first name >* Unauthenticated last name >* Unauthenticated email > >7. Apply this patch >8. Reload the page >=> SUCCESS: It looks more polished, with no 'Unauthenticated' all over >the place. You still see 'Status: Unauthenticated' anyway >9. Sign off :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >--- > .../en/modules/opac-illrequests_unauthenticated.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt >index 95524484e4..dc7ace33d9 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt >@@ -79,15 +79,15 @@ > [% request.updated | $KohaDates %] > </li> > <li> >- <label for="unauthenticated_first_name">Unauthenticated first name:</label> >+ <label for="unauthenticated_first_name">First name:</label> > [% request.unauthenticated_first_name | html %] > </li> > <li> >- <label for="unauthenticated_last_name">Unauthenticated last name:</label> >+ <label for="unauthenticated_last_name">Last name:</label> > [% request.unauthenticated_last_name | html %] > </li> > <li> >- <label for="unauthenticated_email">Unauthenticated email:</label> >+ <label for="unauthenticated_email">Email:</label> > [% request.unauthenticated_email| html %] > </li> > </ol> >-- >2.39.5
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 39948
:
182681
|
182685
|
182688