@@ -, +, @@ requests --- .../prog/en/modules/ill/ill-requests.tt | 115 +++++++++++---------- 1 file changed, 62 insertions(+), 53 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -27,57 +27,64 @@ [% END %] -
-
+
+
+ [% IF query_type == 'illlist' %] -
-
-
-

Filters

-
    -
  1. - - -
  2. -
  3. - - -
  4. -
  5. - - -
  6. -
  7. - - -
  8. -
  9. - - -
  10. -
  11. - - -
  12. -
  13. - - -
  14. -
-
- - -
-
-
-
+
+ +
+
+
+ [% ELSE %] +
+
[% END %] -
-
+
[% IF !backends_available || !has_branch %]
ILL module configuration problem. Take a look at the about page
[% ELSE %] @@ -510,16 +517,18 @@

Details for all requests

[% INCLUDE 'ill-list-table.inc' %] -
+
[% ELSE %] [% PROCESS $whole.template %] [% END %] [% END %] -
-
-
+
+ +
+
+ [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] --