@@ -, +, @@ --- .../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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc @@ -1,19 +1,19 @@ --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc +++ a/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
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt +++ a/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' %] --