Bugzilla – Attachment 49732 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.44 KB, created by
Jonathan Druart
on 2016-03-31 12:32:58 UTC
(
hide
)
Description:
Bug 16152: Rename column to Actions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-31 12:32:58 UTC
Size:
1.44 KB
patch
obsolete
>From 8d0a0e5299ac13b65c07df583be07d11675c5395 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 >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 <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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
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