Bugzilla – Attachment 181592 Details for
Bug 36197
Allow unauthenticated ILL requests in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36197: (QA follow-up): Update terminology:
Bug-36197-QA-follow-up-Update-terminology.patch (text/plain), 4.26 KB, created by
Pedro Amorim
on 2025-04-28 12:10:53 UTC
(
hide
)
Description:
Bug 36197: (QA follow-up): Update terminology:
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-04-28 12:10:53 UTC
Size:
4.26 KB
patch
obsolete
>From e6ec319f1dff57945d5f5653fffe6612ebd516bb Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 28 Apr 2025 12:06:25 +0000 >Subject: [PATCH] Bug 36197: (QA follow-up): Update terminology: > >- Library input: Change 'Collection library' to 'Pickup library'. >- Update 'e-mail' to 'email' >--- > .../bootstrap/en/includes/ill/backends/Standard/create.inc | 4 ++-- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 2 +- > .../bootstrap/en/modules/opac-illrequests_unauthenticated.tt | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/create.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/create.inc >index 4ef7691762b..66a6e5587c7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/create.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/create.inc >@@ -7,7 +7,7 @@ > [% ELSIF whole.status == 'missing_type' %] > <div class="alert alert-warning"> <strong>Please note:</strong> Type is a mandatory field. </div> > [% ELSIF whole.status == 'missing_unauth_data' %] >- <div class="alert alert-warning"> <strong>Please note:</strong> Patron data (first name, last name and e-mail) are mandatory fields. </div> >+ <div class="alert alert-warning"> <strong>Please note:</strong> Patron data (first name, last name and email) are mandatory fields. </div> > [% ELSIF whole.status == 'missing_branch' %] > <div class="alert alert-warning"> <strong>Please note:</strong> Library is a mandatory field. </div> > [% ELSIF whole.status == 'invalid_borrower' %] >@@ -32,7 +32,7 @@ > [% IF unauthenticated_ill && !logged_in_user %] > [% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_first_name' label = t('First name') value = whole.value.other.unauthenticated_first_name %] > [% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_last_name' label = t('Last name') value = whole.value.other.unauthenticated_last_name %] >- [% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_email' label = t('E-mail address') value = whole.value.other.unauthenticated_email %] >+ [% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_email' label = t('Email address') value = whole.value.other.unauthenticated_email %] > [% END %] > [% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] > <option value=""></option> >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 019a72b54b4..d3e0d402c2a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >@@ -178,7 +178,7 @@ > </li> > [% END %] > <li> >- <label for="branchcode">Collection library:</label> >+ <label for="branchcode">Pickup library:</label> > [% Branches.GetName(request.branchcode) | html %] > </li> > <li> >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 87d419ec963..9a6d7fb6121 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 >@@ -59,7 +59,7 @@ > [% request.backend | html %] > </li> > <li> >- <label for="branchcode">Collection library:</label> >+ <label for="branchcode">Pickup library:</label> > [% Branches.GetName(request.branchcode) | html %] > </li> > <li> >-- >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 36197
:
171358
|
171359
|
171360
|
171361
|
171362
|
171363
|
171364
|
171365
|
171366
|
171367
|
171368
|
171369
|
171370
|
171371
|
174495
|
174496
|
174497
|
174498
|
174499
|
174500
|
174501
|
174502
|
174503
|
174504
|
174505
|
174506
|
174507
|
174508
|
176564
|
176565
|
176680
|
176723
|
176724
|
176726
|
176727
|
179764
|
179765
|
179766
|
179767
|
179769
|
179770
|
179771
|
179772
|
179773
|
179774
|
179775
|
179776
|
179777
|
179778
|
179779
|
179780
|
179781
|
179782
|
179783
|
179784
|
179785
|
180850
|
180851
|
180852
|
180853
|
180854
|
180855
|
180856
|
180857
|
180858
|
180859
|
180860
|
180861
|
180862
|
180863
|
180864
|
180865
|
180866
|
180867
|
180868
|
180869
|
180870
|
180871
|
180872
|
180873
|
181073
|
181074
|
181075
|
181076
|
181077
|
181078
|
181079
|
181080
|
181081
|
181082
|
181083
|
181084
|
181085
|
181086
|
181087
|
181088
|
181089
|
181090
|
181091
|
181092
|
181093
|
181094
|
181095
|
181096
|
181097
|
181098
| 181592