Koha/koha-tmpl/opac-tmpl
Jared Camins-Esakov ff2b4d1ff5 Bug 10359: transform masthead dropdown after user JS for CCSR
Since libraries may want to customize the options in the masthead search
dropdown, which is done via dropdown, it would be better if the select
box were transformed *after* user javascript was run.

To test:
1) Switch to the CCSR OPAC theme.
2) Add some Javascript to your OpacUserJS that will modify the masthead
   search dropdown, such as:
   $("select[name='idx']").append("<option value='Host-item,wrdl'>Journal title</option>");
3) Note that when you view the OPAC, the results in the dropdown are unchanged.
4) Apply patch.
5) Note that your new option now shows up.
6) Sign off.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-05-29 07:45:57 -07:00
..
ccsr Bug 10359: transform masthead dropdown after user JS for CCSR 2013-05-29 07:45:57 -07:00
lib Bug 8793 - Fix materialTypeCode/typeOf008 icons for NORMARC XSLT 2012-10-12 22:28:16 +02:00
prog Bug 10218 - In OPAC XSLT search results, add class to 'online access' 2013-05-28 08:07:43 -07:00