Bug 16152: Rename column to Actions
authorAleisha <aleishaamohia@hotmail.com>
Tue, 29 Mar 2016 06:59:12 +0000 (06:59 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 31 Mar 2016 19:31:48 +0000 (19:31 +0000)
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 <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>

labels/label-edit-batch.pl

index c14f8d6..6a1b426 100755 (executable)
@@ -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';