[koha-commits] main Koha release repository branch master updated. v3.22.00-103-gb6cf96d

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 16:27:41 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  b6cf96dbfe0491ec490eeb79c448369002063092 (commit)
      from  c0e6b9b14a63cb5a035cf91fca8fd38035092390 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b6cf96dbfe0491ec490eeb79c448369002063092
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Dec 5 14:33:59 2015 -0500

    Bug 15316 - Use Bootstrap modal for authority Z39.50 search results preview
    
    In order to reduce the number of dependencies for common interactions we
    should attempt to use Bootstrap modals in place of Greybox ones.
    
    This patch modifies the authorities Z39.50 search results page so that
    MARC previews are displayed in Bootstrap modals. This patch also
    modifies the authorities toolbar include file to make the Z39.50 search
    popup size match that in cataloging.
    
    Because the modal is triggered from a pop-up window, the modal has been
    reformated to exclude the footer and reduce the size of the modal
    header.
    
    To test:
    
    1. Apply the patch and navigate to Authorities.
    2. Click the "New from Z39.50" button to open the search
       window.
    3. Perform any search which will return multiple results.
    4. Test the visible "MARC" link for multiple results and
       confirm that the correct data is shown each time.
    5. Click anywhere in the results table to show the hidden menu and test
       the "MARC" link it displays.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 .../prog/en/includes/authorities-toolbar.inc       |    4 +--
 .../en/modules/cataloguing/z3950_auth_search.tt    |   29 +++++++++++++++++---
 2 files changed, 27 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list