@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt @@ -29,7 +29,14 @@ $(document).ready(function() type: "text" }); $("#course_reserves").tablesorter({sorter:'textspec'}); + + $("#cn_browser_submit").click(function(){ + window.location.href='/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q='+$("#cn_browser_input").val(); + return false; + }); + } + ); @@ -40,8 +47,8 @@ $(document).ready(function()
- - + +

--