Bugzilla – Attachment 49618 Details for
Bug 16152
Rename label management table column to Actions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16152: Rename column to Actions
Bug-16152-Rename-column-to-Actions.patch (text/plain), 1.24 KB, created by
Aleisha Amohia
on 2016-03-29 07:02:11 UTC
(
hide
)
Description:
Bug 16152: Rename column to Actions
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-03-29 07:02:11 UTC
Size:
1.24 KB
patch
obsolete
>From 41205e6d3c35b81ccf64d5927bc242d06ccd122f Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Tue, 29 Mar 2016 06:59:12 +0000 >Subject: [PATCH] Bug 16152: Rename column to Actions > >To test: >1) Go to Tools -> Label Creator -> Manage label batches >2) Confirm table heading is now 'Actions' > >Sponsored-by: Catalyst IT >--- > 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'; >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16152
:
49618
|
49631
|
49732