From bb167d76e2d50753e32c4102b1e61c9b7561a2bb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 12 Feb 2014 12:19:02 -0500 Subject: [PATCH] Bug 11753 - Replace jQuery qTip plugin with Bootstrap tooltip on patron search form The qTip plugin is out of date and incompatible with recent versions of jQuery. This patch replaces use of qTip on the patron search form with a Bootstrap tooltip implementation. To test, apply the patch and view /cgi-bin/koha/members/members-home.pl - Expand the patron search form by clicking the [+] - Change 'search fields' from 'Standard' to 'Date of birth' - A tooltip should appear giving details about the date format required - Change the 'search fields' to something else. The tooltip should not appear. Revision: Removed inclusion of qTip plugin from global header include. The other instance of qTip usage occurs on a page which loads the plugin separately. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart --- .../prog/en/includes/doc-head-close.inc | 1 - .../intranet-tmpl/prog/en/includes/patron-search.inc | 18 ++++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc index e702aa5..11f6f38 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -13,7 +13,6 @@ - diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index ac581ee..bccd39c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -5,7 +5,7 @@