@@ -, +, @@ - Click an authorized value category to view its contents. - Using mouse or keyboard, make a selection from the "Show category" dropdown menu. - The form should submit automatically and direct you to the corresponding category. - Validate the HTML of the page and confirm that there are no errors. --- .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -195,8 +195,8 @@

- - [% FOR c IN categories %] [% IF c == searchfield %] @@ -205,7 +205,6 @@ [% END %] [% END %] -

@@ -329,8 +328,7 @@ $("a.delete").click(function(){ return confirm(_("Are you sure you want to delete this authorized value?")); }); - $('#category').find("input:submit").hide(); - $('#searchfield').change(function() { + $('#category_search').change(function() { $('#category').submit(); }); $(".library_limitation").tooltip(); --