From 8d0a0e5299ac13b65c07df583be07d11675c5395 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 29 Mar 2016 06:59:12 +0000 Subject: [PATCH] Bug 16152: Rename column to Actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Go to Tools -> Label Creator -> Manage label batches 2) Confirm table heading is now 'Actions' Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- labels/label-edit-batch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labels/label-edit-batch.pl b/labels/label-edit-batch.pl index c14f8d6..6a1b426 100755 --- a/labels/label-edit-batch.pl +++ b/labels/label-edit-batch.pl @@ -52,7 +52,7 @@ my $display_columns = [ {_label_number => {label => 'Label Number', link_field {_summary => {label => 'Summary', link_field => 0}}, {_item_type => {label => 'Item Type', link_field => 0}}, {_barcode => {label => 'Barcode', link_field => 0}}, - {_delete => {label => ' ', link_field => 0}}, + {_delete => {label => 'Actions', link_field => 0}}, {select => {label => 'Select', value => '_label_id'}}, ]; my $op = $cgi->param('op') || 'edit'; -- 2.7.0