From 352d46464ce1dac3d0c8b92f0c43ef583684fc42 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 Signed-off-by: Nick Clemens --- .../prog/en/includes/ill-list-table-strings.inc | 38 +++---- .../prog/en/includes/ill-list-table.inc | 84 +++++++------- .../prog/en/modules/members/ill-requests.tt | 126 ++++++++++----------- 3 files changed, 124 insertions(+), 124 deletions(-) rewrite koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc (86%) rewrite koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc (99%) rewrite koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (73%) 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 dissimilarity index 86% 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 dissimilarity index 99% 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 dissimilarity index 73% 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 @@ -1,63 +1,63 @@ -[% USE raw %] -[% USE Asset %] -[% USE Branches %] -[% USE Koha %] -[% USE KohaDates %] -[% SET footerjs = 1 %] -[% USE AuthorisedValues %] -[% USE ColumnsSettings %] - -[% INCLUDE 'doc-head-open.inc' %] -Koha › Patrons › ILL requests for [% INCLUDE 'patron-title.inc' no_html = 1 %] -[% INCLUDE 'doc-head-close.inc' %] - - - - [% INCLUDE 'header.inc' %] - [% INCLUDE 'patron-search.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 %] - - [% INCLUDE 'ill-list-table-strings.inc' %] - [% Asset.js("js/ill-list-table.js") | $raw %] - [% END %] - -[% INCLUDE 'intranet-bottom.inc' %] +[% USE raw %] +[% USE Asset %] +[% USE Branches %] +[% USE Koha %] +[% USE KohaDates %] +[% SET footerjs = 1 %] +[% USE AuthorisedValues %] +[% USE ColumnsSettings %] + +[% INCLUDE 'doc-head-open.inc' %] +Koha › Patrons › ILL requests for [% INCLUDE 'patron-title.inc' no_html = 1 %] +[% INCLUDE 'doc-head-close.inc' %] + + + + [% INCLUDE 'header.inc' %] + [% INCLUDE 'patron-search.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 %] + + [% INCLUDE 'ill-list-table-strings.inc' %] + [% Asset.js("js/ill-list-table.js") | $raw %] + [% END %] + +[% INCLUDE 'intranet-bottom.inc' %] -- 2.11.4.GIT