Bugzilla – Attachment 27762 Details for
Bug 12147
Column width for action links on invoices too small
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12147 - Column width for action links on invoices too small
Bug-12147---Column-width-for-action-links-on-invoi.patch (text/plain), 1.19 KB, created by
Marc Véron
on 2014-04-29 08:54:42 UTC
(
hide
)
Description:
Bug 12147 - Column width for action links on invoices too small
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-04-29 08:54:42 UTC
Size:
1.19 KB
patch
obsolete
>From b4a1cae0ec5af673f012e6e533c27cf2aac8eccb Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 23 Apr 2014 04:44:02 +0200 >Subject: [PATCH] Bug 12147 - Column width for action links on invoices too > small > >To test: Got to Home > Acquisitions > Invoices and verify that the last column of invoices table displays properly >and, in HTML code, has a property like "style="width: 134.2px;" >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 7bfef8c..1329b0d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -14,7 +14,7 @@ $(document).ready(function() { > bPaginate: false, > bInfo: false, > "aoColumns": [ >- null,null,null,{ "sType": "title-string" },null,null,null,null >+ null,null,null,{ "sType": "title-string" },null,null,null,null,null > ], > aoColumnDefs: [ > { "bSortable": false, "aTargets": [1, 8] }, >-- >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 12147
:
27675
|
27762
|
27949
|
27956
|
28162
|
28167