From 07b7ecdf29d79f2f376a7f67305911839822eeed 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' 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 4 ++-- 4 files changed, 6 insertions(+), 6 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 144c2d6..3fb8f2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -72,7 +72,7 @@ - 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 3b138de..f235c09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt @@ -74,7 +74,7 @@ [% END %] [% IF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%] - Order + 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 01ddfd3..0ee5c9a 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 fabc492..ac2c906 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 @@ -116,7 +116,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% IF ( breeding_loo.breedingid ) %] - [% breeding_loo.server | html %] + [% breeding_loo.server | html %] [% breeding_loo.title | html %] [% breeding_loo.author | html %] [% breeding_loo.isbn | html %] @@ -134,7 +134,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% END %] MARCCard - Order + Place order [% END %] -- 2.1.4