Bugzilla – Attachment 16030 Details for
Bug 9791
Some tables are displayed with a pixel before and after
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
But 9791: Remove single pixel on datatable tables
But-9791-Remove-single-pixel-on-datatable-tables.patch (text/plain), 3.43 KB, created by
Jonathan Druart
on 2013-03-11 15:12:23 UTC
(
hide
)
Description:
But 9791: Remove single pixel on datatable tables
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-03-11 15:12:23 UTC
Size:
3.43 KB
patch
obsolete
>From 7722699f603974eae80cc4cea167004fa74b848c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 11 Mar 2013 16:08:12 +0100 >Subject: [PATCH] But 9791: Remove single pixel on datatable tables > >Test plan: >Check on the 5 pages that pixels are disappears after applying this >patch. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt | 1 + > 5 files changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index fa6ae53..b029b3f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -35,6 +35,7 @@ $(document).ready(function() { > { "sType": "num-html" }, > null, > ], >+ 'sDom': 't', > 'bPaginate': false, > 'bFilter': false, > 'bInfo': false, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index b0e4549..fda99fd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -18,6 +18,7 @@ $(document).ready(function() { > dt_add_type_uk_date(); > [% END %] > $("table.baskets").dataTable($.extend(true, {}, dataTablesDefaults, { >+ 'sDom': 't', > 'bPaginate': false, > 'bFilter': false, > 'bInfo': false, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >index b9411ff..f2d9925 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >@@ -10,6 +10,7 @@ > //<![CDATA[ > $(document).ready(function() { > var resultst = $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { >+ 'sDom': 't', > 'bPaginate': false, > 'bFilter': false, > 'bInfo': false, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index 51ec129..b5f45b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -33,6 +33,7 @@ if (f.company.value == "") { > { "aTargets": [ 2, 3 ], "sType": "uk_date" }, > [% END %] > ], >+ 'sDom': 't', > 'bPaginate': false, > 'bFilter': false, > 'bInfo': false, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt >index 7a9f047..6ca3899 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt >@@ -16,6 +16,7 @@ > <script type="text/javascript"> > $(document).ready(function() { > $("#statistics").dataTable($.extend(true, {}, dataTablesDefaults, { >+ 'sDom': 't', > 'bPaginate': false, > 'bFilter': false, > 'bInfo': false, >-- >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 9791
:
16030
|
16042
|
17078