Bugzilla – Attachment 18335 Details for
Bug 9806
Show more information on basketgroups lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9806: Remove single pixel on the basketgroup table
Bug-9806-Remove-single-pixel-on-the-basketgroup-ta.patch (text/plain), 1.39 KB, created by
Jonathan Druart
on 2013-05-23 08:57:14 UTC
(
hide
)
Description:
Bug 9806: Remove single pixel on the basketgroup table
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-05-23 08:57:14 UTC
Size:
1.39 KB
patch
obsolete
>From 99caeff3c9b99d7e019f0754d5d99a65fd8232f5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 23 May 2013 10:53:07 +0200 >Subject: [PATCH] Bug 9806: Remove single pixel on the basketgroup table > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 24f1d27..853c95a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -1,4 +1,5 @@ >-[% USE KohaBranchName %] [% INCLUDE 'doc-head-open.inc' %] >+[% USE KohaBranchName %] >+[% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Basket grouping for [% booksellername |html %]</title> > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'doc-head-close.inc' %] >@@ -107,10 +108,8 @@ function submitForm(form) { > "aoColumnDefs": [ > { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, > ], >- "bAutoWidth": false, >- "bPaginate": false, >- "bInfo": false, >- "bFilter": false, >+ sDom: 't', >+ "bAutoWidth": 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 9806
:
16173
|
16307
|
16309
|
16509
|
18228
|
18331
|
18333
|
18334
| 18335