From 98c6de567b5be0d741ac22e37b8fc725e68c0336 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 21 Nov 2012 14:38:12 -0500 Subject: [PATCH] [Signed off] Bug 8820 [3.8.x] Don't show orders table if there are no orders Reworkd for 3.8.x: Patch removes the "basket empty" message in favor of hiding the orders table altogether when a basket has no orders. Other textual changes: - Correcting capitalization according to coding guidelines - Replacing the "Order Details" heading with the more succinct "Orders" Signed-off-by: Melia Meggs --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index f6bdcf2..94b0bad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -215,8 +215,8 @@ [% UNLESS ( delete_confirm ) %]
-

Order Details

[% IF ( books_loop ) %] +

Orders

@@ -339,10 +339,6 @@ [% END %]
- [% ELSE %] - - -
Basket empty
[% END %] [% IF ( listincgst ) %]** Vendor's listings already include tax. [% END %] @@ -413,8 +409,8 @@ - - + +
[% END %] -- 1.7.2.5