Changing the default tab in results page
Dear friends, When we search for a record in OPAC, koha by default displays the *Holdings* tab. Can I modify things in a way that instead of Holdings *Title notes* tab is displayed by default. I looked in "Global System Preferences" but was unable to find something. Any ideas? Thank you in advance, Haik.
Can I modify things in a way that instead of Holdings *Title notes* tab is displayed by default. I looked in "Global System Preferences" but was unable to find something.
There isn't a preference for it. You can accomplish it by adding some custom JavaScript to the OpacUserJS system preference: $(document).ready(function(){ $('#bibliodescriptions > ul').tabs('select', 1); }); (Where "1" is the sequential number of the tab, starting from zero). -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (2)
-
Haik Zargaryan -
Owen Leonard