Bugzilla – Attachment 50701 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]
Bug 12333: Acquisitions toolbar and removing Add to basket section at bottom
Bug-12333-Acquisitions-toolbar-and-removing-Add-to.patch (text/plain), 2.30 KB, created by
Aleisha Amohia
on 2016-04-26 02:55:37 UTC
(
hide
)
Description:
Bug 12333: Acquisitions toolbar and removing Add to basket section at bottom
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-04-26 02:55:37 UTC
Size:
2.30 KB
patch
obsolete
>From ca144ec08f5fbc495886325a198915397c31bcb5 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Tue, 26 Apr 2016 02:52:59 +0000 >Subject: [PATCH] Bug 12333: Acquisitions toolbar and removing Add to basket > section at bottom > >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 >--- > 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 %] >-- >1.7.10.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