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

Owen Leonard oleonard at myacpl.org
Fri Jun 1 18:24:16 CEST 2012


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.

Patch is attached because it contains long lines.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Bug-8143-Upgrade-jQuery-tabs-to-current-jQueryUI-ver.patch
Type: application/octet-stream
Size: 263732 bytes
Desc: not available
URL: </pipermail/koha-patches/attachments/20120601/4353ed6d/attachment-0001.obj>


More information about the Koha-patches mailing list