Is it possible to put the advanced search link in the opening cataloging screen? (Currently only the basic "Cataloging search" is available) Thank you!
* charl@prograbiz.com (charl@prograbiz.com) wrote:
Is it possible to put the advanced search link in the opening cataloging screen? (Currently only the basic "Cataloging search" is available)
You just want a link to the advanced search there as well? Instead of just clicking on the search link across the top? I think I must have misunderstood you, as the link to the advanced search is in the top navigation on every page. Chris
Thank you!
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
-- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
You may use this code in "*intranetuserjs*" system preference : $(document).ready(function() { $("li>form#searchform").parent().after("<li><a href='/cgi-bin/koha/catalogue/search.pl'>Advanced Search</a></li>"); }); It adds a link to advanced search right after the simple search textbox. Enjoy, On Wed, Sep 1, 2010 at 11:58 PM, <charl@prograbiz.com> wrote:
Is it possible to put the advanced search link in the opening cataloging screen? (Currently only the basic "Cataloging search" is available)
Thank you!
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
-- Fridolyn SOMERS Information and Communication Technologies engineer Lyon - FRANCE fridolyn.somers@gmail.com
participants (3)
-
charl@prograbiz.com -
Chris Cormack -
Fridolyn SOMERS