Bugzilla – Attachment 45641 Details for
Bug 15285
Upgrade DataTables to 1.10.10 or later
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15285: POC with currency.tt
Bug-15285-POC-with-currencytt.patch (text/plain), 1.49 KB, created by
Jonathan Druart
on 2015-12-14 12:22:13 UTC
(
hide
)
Description:
Bug 15285: POC with currency.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-14 12:22:13 UTC
Size:
1.49 KB
patch
obsolete
>From c8e33b6d698bd6378633f5848d696ccd3b7bcc0d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 14 Dec 2015 12:18:33 +0000 >Subject: [PATCH] Bug 15285: POC with currency.tt > >This change will have to be done for all templates currently using the >ColVis plugin. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index 6c94bb2..e1268c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -27,14 +27,12 @@ > $(document).ready(function() { > columns_settings = [% ColumnsSettings.GetColumns( 'admin', 'currency', 'currencies-table', 'json' ) %] > var issuest = KohaTable("#currencies-table", { >- "sDom": 'C<"clearfix">t', >- "aaSorting": [], >- "aoColumnDefs": [ >+ dom: 'B<"clearfix">t', >+ "columnDefs": [ > { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, > { "sType": "title-string", "aTargets" : [ "title-string" ] } >- ], >- "bPaginate": false, >- }, columns_settings); >+ ], >+ }, columns_settings ); > > // prevents users to check active with a currency != 1 > $("#rate").keyup(function() { >-- >2.1.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 15285
:
45639
|
45640
|
45641
|
46484
|
46485
|
46683
|
46686
|
47261
|
47263
|
47264
|
47266
|
47688
|
47689
|
47690
|
47691