Bug 19947: Update popup window templates to use Bootstrap grid: Acquisitions transfer...
authorOwen Leonard <oleonard@myacpl.org>
Wed, 10 Jan 2018 17:19:57 +0000 (17:19 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Feb 2018 17:05:19 +0000 (14:05 -0300)
This patch updates the acquisitions transfer order template to use the
Bootstrap grid instead of the YUI grid.

Also fixed: Corrected footer include for popup window.

To test, apply the patch and go to Acquisitions -> Vendor -> Open order
-> Transfer.

In the popup window search for a vendor, select, and choose a basket.

Signed-off-by: Charlotte Cordwell <charlotte.cordwell123@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt

index d36bc18..160c790 100644 (file)
@@ -3,15 +3,10 @@
 <title>Koha &rsaquo; Acquisitions &rsaquo; Transfer order</title>
 [%- USE KohaDates -%]
 [% INCLUDE 'doc-head-close.inc' %]
-    <style type="text/css">
-    #custom-doc { width:44.46em;*width:43.39em;min-width:578px; margin:auto; text-align:left; }
-    </style>
 </head>
 
 <body id="acq_transferorder" class="acq">
-<div id="custom-doc" class="yui-t7">
-   <div id="bd">
-    <div class="yui-g">
+    <div class="container-fluid">
         [% IF ( bookselleridfrom ) %]
             <h3>Search for a vendor to transfer to</h3>
               <div class="transferinfo">
                 <p>No results found.</p>
             [% END %]
         [% END %]
-</div>
 
 <div id="closewindow"><a href="#" class="btn btn-default btn-default close">Cancel</a></div>
 
-</div>
-</div>
-
 [% MACRO jsinclude BLOCK %]
     [% IF transferred %]
         <script type="text/javascript">
     [% END %]
 [% END %]
 
-[% INCLUDE 'intranet-bottom.inc' %]
\ No newline at end of file
+[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
\ No newline at end of file