Bugzilla – Attachment 70718 Details for
Bug 19947
Update popup window templates to use Bootstrap grid: Acquisitions transfer order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19947: Update popup window templates to use Bootstrap grid: Acquisitions transfer order
Bug-19947-Update-popup-window-templates-to-use-Boo.patch (text/plain), 2.17 KB, created by
Charlotte Cordwell
on 2018-01-18 21:13:47 UTC
(
hide
)
Description:
Bug 19947: Update popup window templates to use Bootstrap grid: Acquisitions transfer order
Filename:
MIME Type:
Creator:
Charlotte Cordwell
Created:
2018-01-18 21:13:47 UTC
Size:
2.17 KB
patch
obsolete
>From 8358c32faef987c4953d58e925413663b5971276 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 10 Jan 2018 17:19:57 +0000 >Subject: [PATCH] Bug 19947: Update popup window templates to use Bootstrap > grid: Acquisitions transfer order > >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> >--- > .../intranet-tmpl/prog/en/modules/acqui/transferorder.tt | 13 ++----------- > 1 file changed, 2 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >index d36bc18..160c790 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >@@ -3,15 +3,10 @@ > <title>Koha › Acquisitions › 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"> >@@ -123,13 +118,9 @@ > <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"> >@@ -149,4 +140,4 @@ > [% 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 >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19947
:
70412
|
70718
|
71699