[koha-commits] main Koha release repository branch new/bug_8143 created. v3.08.00-255-g68b3046

Git repo owner gitmaster at git.koha-community.org
Sun Jun 10 15:36:00 CEST 2012


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, new/bug_8143 has been created
        at  68b30468c3e8998a5eaa3054c70f44dc61d3721c (commit)

- Log -----------------------------------------------------------------
commit 68b30468c3e8998a5eaa3054c70f44dc61d3721c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 24 10:49:15 2012 -0400

    Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version
    
    Current jQuery-driven tabs are done using a very old
    version of the tabs plugin. This patch upgrades jQueryUI
    to the latest version and adds the tabs widget dependency
    to the jqueryui js file and updates the syntax for existing
    tabs:
    
    - $("#foo > ul").tabs(); changes to $("#foo").tabs();
    - Remove full URL from tab links (use #anchor only).
    
    Pages with "static" tabs (tabs which are built in the
    markup rather than generated by the plugin) have been
    modified to use their own style. Examples: pay.tt in
    the staff client and opac-readingrecord.tt in the OPAC.
    
    Edit: Minor revision to some uncorrected markup
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list