Bug 32525: Standardize labels on list of ILL requests and ILL request details page

This changes some labels so they match up between the
ILL requests list and the detail page of a request:

* 'View biblio details' to 'View bibliographic record'
* 'View borrower details' to 'View patron details'
* 'Branch' table heading to 'Library' in list view
* 'Request number' to 'Request ID' in list view
* 'Type' to 'Request type' in detail view
* 'Bibliographic record' to 'Bibliographic record ID"

To test:
*  Install a backend and activate the ILL module, see:
   https://wiki.koha-community.org/wiki/ILL_backends
*  Add a new request
*  Compare the table headings with the labels on the detail page
*  Apply patch
*  Verify listed changes from above

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 2dfafa5b9d)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2023-02-10 23:57:44 +01:00 committed by Matt Blenkinsop
parent 168d993e83
commit 4b5163f25a
3 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<!-- ill-list-table-strings.inc -->
<script>
var ill_borrower_details = _("View borrower details");
var ill_biblio_details = _("View biblio details");
var ill_borrower_details = _("View patron details");
var ill_biblio_details = _("View bibliographic record");
var ill_statuses = {
new: _("New request"),
req: _("Requested"),

View file

@ -14,11 +14,11 @@
<th scope="col">Volume</th>
<th scope="col">Year</th>
<th scope="col">Pages</th>
<th scope="col">Type</th>
<th scope="col">Request type</th>
<th scope="col">Order ID</th>
<th scope="col">Patron</th>
<th scope="col">Bibliographic record</th>
<th scope="col">Branch</th>
<th scope="col">Bibliographic record ID</th>
<th scope="col">Library</th>
<th scope="col">Status</th>
<th scope="col" class="placed">&nbsp;</th>
<th scope="col" class="placed_formatted">Placed on</th>

View file

@ -450,7 +450,7 @@
<input name="price_paid" id="price_paid" type="text" value="[% request.price_paid | html %]">
</li>
<li class="req_id">
<label class="req_id">Request number:</label>
<label class="req_id">Request ID:</label>
[% request.id_prefix _ request.illrequest_id | html %]
</li>
<li class="notesstaff">
@ -667,7 +667,7 @@
[% IF request.price_paid %][% request.price_paid | $Price %][% ELSE %]<span>N/A</span>[% END %]
</li>
<li class="req_id">
<span class="label req_id">Request number:</span>
<span class="label req_id">Request ID:</span>
[% request.id_prefix _ request.illrequest_id | html %]
</li>
<li class="notesstaff">