From abf4790ace735f482b671ff53d9c46aa58aa2acd Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 10 Mar 2016 04:14:25 +0000 Subject: [PATCH] Bug 16038: Moving basketgroups actions into dropdown menus To test: 1) Go to Acquisitions 2) Go to the basket groups of a vendor (ie basketgroup.pl) 3) Confirm that for OPEN basket groups, all actions ('Close basket group and print' (NOTICE changed wording for clarity), 'Edit' and 'Delete') are in drop down and behave as expected 4) Confirm that for CLOSED basket groups, all actions ('View', 'Reopen', 'Print' and 'Export as CSV') are in drop down and behave as expected Sponsored-by: Catalyst IT --- .../prog/en/modules/acqui/basketgroup.tt | 30 ++++++++++++++------ 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 0bdd830..1efca35 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -320,7 +320,7 @@ function submitForm(form) { Billing place Delivery place Number of baskets - Action +   @@ -338,9 +338,15 @@ function submitForm(form) { [% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) %][% END %] [% basketgroup.basketsqty %] - -
-
+ [% END %] @@ -357,7 +363,7 @@ function submitForm(form) { Billing place Delivery place Number of baskets - Action +   @@ -376,10 +382,16 @@ function submitForm(form) { [% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) %][% END %] [% basketgroup.basketsqty %] -
-
-
-
+ [% END %] -- 1.7.10.4