From e466ce63ab92e79e76457c47007b588a4c03f30b 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. Signed-off-by: Andrew Isherwood Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- .../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 88ee777a09..a39b93c235 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.39.2