From c37c7df8c11043d069663049e25646d5c1e5720a Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Tue, 6 Nov 2018 16:31:26 +0000 Subject: [PATCH] Bug 20600: (follow-up) Fix errant tabs How on earth these tabs crept in I have no idea... --- .../prog/en/modules/ill/ill-requests.tt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 7a5b2617fb..f50b2d2c51 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -507,7 +507,7 @@ 'updated_formatted', 'illrequest_id', 'comments', - 'patron_cardnumber', + 'patron_cardnumber', 'action' ]; @@ -768,11 +768,11 @@ $('#requestattributes').toggleClass('content_hidden'); }); - // Toggle new comment form in Illview - $('#toggle_addcomment').on('click', function(e) { - e.preventDefault(); - $('#addcomment').toggleClass('content_hidden'); - }); + // Toggle new comment form in Illview + $('#toggle_addcomment').on('click', function(e) { + e.preventDefault(); + $('#addcomment').toggleClass('content_hidden'); + }); // Filter partner list $('#partner_filter').keyup(function() { @@ -860,11 +860,11 @@ 'aTargets': [ 'updated_formatted'], 'iDataSort': 9 }, - { - 'aTargets': [ 'patron_cardnumber' ], - 'bVisible': false, + { + 'aTargets': [ 'patron_cardnumber' ], + 'bVisible': false, 'bSearchable': true - } + } ], 'aaSorting': [[ 9, 'desc' ]], // Default sort, updated descending 'processing': true, // Display a message when manipulating -- 2.11.0