[Koha-bugs] [Bug 3517] "More searches" menu options hidden if JavaScript is disabled

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Mon Aug 10 22:57:29 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3517





--- Comment #3 from Owen Leonard <oleonard at myacpl.org>  2009-08-10 20:57:28 ---
-<div id="furtherm" class="yuimenu" style="display: none">
+<div id="furtherm" class="yuimenu">

Before, the list of search links was hidden by default, and shown only when the
menu was triggered. This change shows the menu by default. The YUI JS hides it.

-               <li><a href="#" id="furthersearches">More searches</a></li>
+               <li style="display:none;"><a href="#" id="furthersearches">More
searches</a></li>

This hides the "more searches" link with CSS so that non-JavaScript browsers
see the list but not the link that triggers the menu. 

+       $("#furthersearches").parent().show();

This reveals the "more searches" menu link for JavaScript-capable browsers.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list