Bug 18589: (QA follow-up) Move template to bootstrap grid
authorJosef Moravec <josef.moravec@gmail.com>
Mon, 18 Mar 2019 13:40:54 +0000 (13:40 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Mar 2019 20:21:51 +0000 (20:21 +0000)
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 <josef.moravec@gmail.com>
Signed-off-by: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt

index be6c4e3..01c6b58 100644 (file)
@@ -12,7 +12,7 @@
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
 
-<body>
+<body id="pat_illrequestshistory" class="pat">
     [% INCLUDE 'header.inc' %]
     [% INCLUDE 'patron-search.inc' %]
 
         &rsaquo; ILL requests history for [% INCLUDE 'patron-title.inc' %]
     </div>
 
-    <div id="doc3" class="yui-t1">
-
-    <div id="bd">
-        <div id="yui-main">
-            <div class="yui-b">
-                <div class="yui-g">
-                    <h2>ILL requests</h2>
-                    [% INCLUDE 'ill-list-table.inc' %]
-                </div>
-            </div>
-        </div>
-        <div class="yui-b">
-            [% INCLUDE 'circ-menu.inc' %]
-        </div>
-    </div>
+<div class="main container-fluid">
+
+    <div class="row">
+        <div class="col-sm-10 col-sm-push-2">
+            <main>
+                <h2>ILL requests history</h2>
+                [% INCLUDE 'ill-list-table.inc' %]
+            </main>
+        </div> <!-- .col-sm-10.col-sm-push-2 -->
+
+        <div class="col-sm-2 col-sm-pull-10">
+            <aside>
+                [% INCLUDE 'circ-menu.inc' %]
+            </aside>
+        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
+    </div> <!-- .row -->
 
     [% MACRO jsinclude BLOCK %]
         [% INCLUDE 'datatables.inc' %]