From f850979152e45c43a802e326d4470ff8bc06a72d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 13 May 2019 16:22:49 +0000 Subject: [PATCH] Bug 22897: Switch two-column templates to Bootstrap grid: ILL requests This patch modifies the ILL requests template to use the Bootstrap grid instead of YUI. To test, apply the patch and look at the ILL requests template. Confirm that it looks correct at various browser widths. --- .../prog/en/modules/ill/ill-requests.tt | 115 +++++++++++---------- 1 file changed, 62 insertions(+), 53 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 88ee777..a39b93c 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 @@ -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' %] -- 2.1.4