]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1299141 - Duplicate accesskey="c" on query.cgi
authorSimon Green <mail@simon.green>
Thu, 23 Feb 2017 08:46:20 +0000 (21:46 +1300)
committerSimon Green <mail@simon.green>
Thu, 23 Feb 2017 08:46:20 +0000 (21:46 +1300)
template/en/default/search/form.html.tmpl

index 0eed667c5d003dcbc95e87b0580fe1419ee0e470..0cddd98aeae858c7e73d52f07a015e6f09958c33 100644 (file)
@@ -74,7 +74,7 @@ TUI_hide_default('information_query');
 [% IF Param('useclassification') %]
   [% INCLUDE "search/field.html.tmpl"
         field => bug_fields.classification
-        accesskey => "c"
+        accesskey => "f"
         value => default.classification
   %]
 [% END %]