From 50166e670b38f40ae0503c4c6eb6f95fd2ce0d16 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Thu, 4 Oct 2018 14:52:53 -0400 Subject: [PATCH] Bug 21490: Disambiguation of 'Order' part 2 This patch changes the 'Order' term in neworderbiblio.tt, newordersubscription.tt, newordersuggestion.tt, and z3950_search.tt for 'Place order'. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens (cherry picked from commit 706d21ee53dd5072eec2234415fc5c8ff4b1ea17) Signed-off-by: Martin Renvoize --- .../prog/en/modules/acqui/neworderbiblio.tt | 4 ++-- .../prog/en/modules/acqui/newordersubscription.tt | 9 +++++---- .../prog/en/modules/acqui/newordersuggestion.tt | 4 ++-- .../prog/en/modules/acqui/z3950_search.tt | 14 +++++++------- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt index 877e41a417..8a9de01ba4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -71,8 +71,8 @@ View MARC - - Order + + Place order diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt index aad7d34efe..86336ab351 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt @@ -68,10 +68,11 @@ [% IF (sub.alreadyOnOrder) %] - Outstanding order (only one order per subscription is allowed) - [% ELSIF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%] - - Order + Outstanding order + [% END %] + [% IF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%] + + Place order [% ELSE %] Cannot be ordered diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt index 9b5fd90f86..124dce5bee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt @@ -55,9 +55,9 @@ [% IF ( suggestions_loo.biblionumber ) %] - Order + Place order [% ELSE %] - Order + Place order [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index 2efafde19b..29e1f5decc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -109,13 +109,13 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% IF ( breeding_loo.breedingid ) %] - [% breeding_loo.server %] - [% breeding_loo.title |html %] - [% breeding_loo.author %] - [% breeding_loo.isbn %] - [% breeding_loo.lccn %] - MARC | Card - Order + [% breeding_loo.server | html %] + [% breeding_loo.title | html %] + [% breeding_loo.author | html %] + [% breeding_loo.isbn | html %] + [% breeding_loo.lccn | html %] + MARC | Card + Place order [% END %] -- 2.39.5