From 2e897ba4f4f537b3a8c53c88885baab29684efe1 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 (cherry picked from commit 50166e670b38f40ae0503c4c6eb6f95fd2ce0d16) Signed-off-by: Fridolin Somers --- .../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 bf2dd47d2d..b391b41f96 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -94,8 +94,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 38294607eb..af381c5791 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt @@ -96,10 +96,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 d50adf4f4c..658b7ddc47 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt @@ -74,9 +74,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 08d882f9ad..bc41d8eac3 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 @@ -140,13 +140,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