From 92c6f71540d16278d903c6139a3a1927be9622dc Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi 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 Signed-off-by: David Nind --- .../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 %]
  • - + [% request.unauthenticated_first_name | html %]
  • - + [% request.unauthenticated_last_name | html %]
  • - + [% request.unauthenticated_email| html %]
  • -- 2.39.5