From 3a841283cf50243676ea0cb1cfd980a92954936d Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 18 Mar 2019 13:40:54 +0000 Subject: [PATCH] Bug 18589: (QA follow-up) Move template to bootstrap grid Test plan: Go to patrons Ill request history page and ensure the layout is not broken and is consistant with other patron pages (except Circulation and Details pages) Signed-off-by: Josef Moravec Signed-off-by: Andrew Isherwood --- .../prog/en/modules/members/ill-requests.tt | 33 +++++++++++----------- 1 file changed, 17 insertions(+), 16 deletions(-) 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 index be6c4e3f68..01c6b5862e 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 @@ -12,7 +12,7 @@ [% INCLUDE 'doc-head-close.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] @@ -22,21 +22,22 @@ › ILL requests history for [% INCLUDE 'patron-title.inc' %] -
- -
-
-
-
-

ILL requests

- [% INCLUDE 'ill-list-table.inc' %] -
-
-
-
- [% INCLUDE 'circ-menu.inc' %] -
-
+
+ +
+
+
+

ILL requests history

+ [% INCLUDE 'ill-list-table.inc' %] +
+
+ +
+ +
+
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] -- 2.11.0