Bugzilla – Attachment 50717 Details for
Bug 12333
Add floating toolbar to acquisition basket summary page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 12333: Acquisitions toolbar and removing Add to basket section at bottom
SIGNED-OFF-Bug-12333-Acquisitions-toolbar-and-remo.patch (text/plain), 2.41 KB, created by
Owen Leonard
on 2016-04-26 14:12:26 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 12333: Acquisitions toolbar and removing Add to basket section at bottom
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-04-26 14:12:26 UTC
Size:
2.41 KB
patch
obsolete
>From 81b92415cbd6b3a4751b90d608d12370c066f7e4 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Tue, 26 Apr 2016 02:52:59 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 12333: Acquisitions toolbar and removing Add > to basket section at bottom >Content-Type: text/plain; charset="utf-8" > >To test: >1) Go to Acqui -> do a vendor search -> view a basket >2) Confirm that the Add Order to basket section at the bottom is gone. > Confirm the add to basket button in the toolbar still works as > expected >3) Confirm that when you make your browser shorter, the toolbar follows > the page down as you scroll > >Sponsored-by: Catalyst IT >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 5aec704..b6d87fe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -7,6 +7,7 @@ > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'doc-head-close.inc' %] > [% INCLUDE 'datatables.inc' %] >+<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script> > <script type="text/javascript"> > //<![CDATA[ > function updateColumnsVisibility(visible) { >@@ -22,6 +23,7 @@ > } > > $(document).ready(function() { >+ $('#toolbar').fixFloat(); > $("#show_all_details").click(function(){ > updateColumnsVisibility($(this+":checked").val()); > }); >@@ -646,17 +648,18 @@ > > <!-- Modal --> > <div id="addtoBasket" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="addtoBasketLabel" aria-hidden="true"> >- <div class="modal-body"></div> >+ <div class="modal-body"> >+ [% IF active %] >+ [% INCLUDE 'acquisitions-add-to-basket.inc' %] >+ [% END %] >+ </div> > <div class="modal-footer"> > <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a> > </div> > </div> > >- [% IF active %] >- [% INCLUDE 'acquisitions-add-to-basket.inc' %] >- [% END %] >- > [% END %] >+ > [% END %] > [% END %] [% ELSE %] <!-- if we want just to select a basketgroup for a closed basket --> > [% END %] >-- >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 12333
:
50701
|
50717
|
50796