Bugzilla – Attachment 20390 Details for
Bug 9456
Add callnumber column to the cart
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9456: Remove whitespaces and tab
Bug-9456-Remove-whitespaces-and-tab.patch (text/plain), 2.03 KB, created by
Jonathan Druart
on 2013-08-16 07:36:53 UTC
(
hide
)
Description:
Bug 9456: Remove whitespaces and tab
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-08-16 07:36:53 UTC
Size:
2.03 KB
patch
obsolete
>From 4ad25e1f22d00ffdded66ad0d8431d4904a0df17 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 16 Aug 2013 09:28:40 +0200 >Subject: [PATCH] Bug 9456: Remove whitespaces and tab > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/js/datatables.js | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js >index d90de2d..b2549fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js >@@ -562,7 +562,7 @@ jQuery.fn.dataTableExt.oSort['callnumbers-asc'] = function(x,y) { > y = y_array.shift(); > > if ( !x ) { x = ""; } >- if ( !y ) { y = ""; } >+ if ( !y ) { y = ""; } > > return ((x < y) ? -1 : ((x > y) ? 1 : 0)); > }; >@@ -589,7 +589,7 @@ jQuery.fn.dataTableExt.oSort['callnumbers-desc'] = function(x,y) { > y = y_array.pop(); > > if ( !x ) { x = ""; } >- if ( !y ) { y = ""; } >+ if ( !y ) { y = ""; } > > return ((x < y) ? 1 : ((x > y) ? -1 : 0)); > }; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index 9743bf1..16a81e0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -13,7 +13,7 @@ > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> > [% INCLUDE 'datatables-strings.inc' %] >-<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> <script type="text/javascript"> >+<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script><script type="text/javascript"> > //<![CDATA[ > > function placeHold () { >-- >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 9456
:
14779
|
14780
|
14782
|
14783
|
14861
|
14903
|
14904
|
15542
|
15544
|
15727
|
15728
|
15759
|
15760
|
15813
|
15844
|
15845
|
15846
|
15847
|
15848
|
15937
|
15938
|
15941
|
15943
|
15944
|
15949
|
15950
|
16630
|
16631
|
16734
|
17994
|
17995
|
17996
|
17997
|
19123
|
19124
|
19125
|
19126
|
19146
|
19844
|
19845
|
19846
|
19847
|
19848
|
19849
|
20341
|
20385
|
20386
|
20387
|
20388
|
20389
| 20390