From 1ad999f651dddc15343cb852faa98ada568a5079 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 10 Feb 2023 23:57:44 +0100 Subject: [PATCH] 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 Signed-off-by: Jonathan Druart --- .../prog/en/includes/ill-list-table-strings.inc | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc index 4d217023c20..77343841553 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc @@ -1,7 +1,7 @@