From 0089c9d2299a2330b54a8c96bc2f409fe97762f2 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Thu, 28 Oct 2010 09:39:09 -0400 Subject: [PATCH] Bug 5224 Remove the adjective Shopping from basket New orders breadcrumbs were using the inappropriate term Shopping basket whereas basket is used elsewhere Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl | 4 ++-- .../prog/en/modules/acqui/newordersuggestion.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl index 1534e7561c..e1ba1c27c5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl @@ -1,5 +1,5 @@ -Koha › Acquisitions › Shopping Basket <!-- TMPL_VAR NAME="basketno" --> › <!-- TMPL_IF name="ordernumber" -->Modify order details (line #<!-- TMPL_VAR NAME="ordernumber" -->)<!-- TMPL_ELSE -->New order<!-- /TMPL_IF --> +Koha › Acquisitions › Basket <!-- TMPL_VAR NAME="basketno" --> › <!-- TMPL_IF name="ordernumber" -->Modify order details (line #<!-- TMPL_VAR NAME="ordernumber" -->)<!-- TMPL_ELSE -->New order<!-- /TMPL_IF --> @@ -57,7 +57,7 @@ ff.submit(); - +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tmpl index e18b89fcf3..630d9bae86 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tmpl @@ -6,7 +6,7 @@ - +
-- 2.39.2