[Koha-bugs] [Bug 8143] Upgrade jQuery tabs to current jQueryUI version

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 1 18:22:19 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8143

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 9886
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9886&action=edit
Bug 8143 - 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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list