From e7321e1a7f471157b4ae24738eb70c54b0798f31 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 30 Nov 2010 10:14:23 -0500 Subject: [PATCH] Fix for Bug 5402, "add to cart" shown on checkbox hover This patch removes the title hint altogether. The checkbox might be used for the cart, lists, holds, or tags, and expressing this in a title hint seems overly complicated. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl index aa39b9a92a..cfd5e3666f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -367,9 +367,9 @@ $(document).ready(function(){ - " name="biblionumber" value="" title="Click to add to cart" /> -" name="biblionumber" value="" title="Click to add to cart" /> -" name="biblionumber" value="" title="Click to add to cart" /> + " name="biblionumber" value="" /> +" name="biblionumber" value="" /> +" name="biblionumber" value="" /> . -- 2.39.5