From db116dec558cc1f8a2ad2e8469fefd60120ea911 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Mon, 11 Mar 2019 15:58:42 +0000 Subject: [PATCH] Bug 18589: (follow-up) Fix QA tool failures As per comment #17: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589#c17 Sorry Josef, I honestly have no idea where those tabs came from :( Every once in a while my copy of Vim decides to embarass me and stick in tabs instead of spaces... Signed-off-by: Josef Moravec --- .../prog/en/includes/ill-list-table-strings.inc | 26 +++---- .../prog/en/includes/ill-list-table.inc | 80 ++++++++++----------- .../prog/en/modules/members/ill-requests.tt | 82 +++++++++++----------- 3 files changed, 94 insertions(+), 94 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc index 3ef5e6e650..a02a26b3b3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc @@ -1,19 +1,19 @@ diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc index df26181f14..35a8538ec7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc @@ -1,42 +1,42 @@
- [% IF prefilters.length > 0 %] - - [% ELSE %] -
- [% END %] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Request IDAuthorTitleArticle titleIssueVolumeYearPagesTypeOrder IDPatronBibliographic recordBranchStatus Placed on Updated onReplied Completed onAccess URLCostCommentsOPAC notesStaff notesBackend
+ [% IF prefilters.length > 0 %] + + [% ELSE %] +
+ [% END %] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Request IDAuthorTitleArticle titleIssueVolumeYearPagesTypeOrder IDPatronBibliographic recordBranchStatus Placed on Updated onReplied Completed onAccess URLCostCommentsOPAC notesStaff notesBackend
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt index cab9a6c733..84dde1992c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt @@ -13,51 +13,51 @@ - [% INCLUDE 'header.inc' %] - [% INCLUDE 'patron-search.inc' %] + [% INCLUDE 'header.inc' %] + [% INCLUDE 'patron-search.inc' %] - + -
+
-
-
-
-
-

ILL requests

- [% INCLUDE 'ill-list-table.inc' %] -
-
-
-
- [% INCLUDE 'circ-menu.inc' %] -
-
+
+
+
+
+

ILL requests

+ [% INCLUDE 'ill-list-table.inc' %] +
+
+
+
+ [% INCLUDE 'circ-menu.inc' %] +
+
- [% MACRO jsinclude BLOCK %] - [% INCLUDE 'datatables.inc' %] - [% INCLUDE 'columns_settings.inc' %] - [% INCLUDE 'calendar.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] - + [% MACRO jsinclude BLOCK %] + [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'columns_settings.inc' %] + [% INCLUDE 'calendar.inc' %] + [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] + [% INCLUDE 'ill-list-table-strings.inc' %] - [% Asset.js("js/ill-list-table.js") | $raw %] - [% END %] + [% Asset.js("js/ill-list-table.js") | $raw %] + [% END %] [% INCLUDE 'intranet-bottom.inc' %] -- 2.11.0