diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-01-18 06:22:58 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-18 06:22:58 +0100 |
commit | a254c582febb4cd795175a2550c5d8c52830769b (patch) | |
tree | 498ad7ba2647252107ed111b97f121990fdf8c66 /template/en | |
parent | 0acec3921413734dae213084d5b7b550e84b40e1 (diff) | |
download | bugzilla-a254c582febb4cd795175a2550c5d8c52830769b.tar.gz bugzilla-a254c582febb4cd795175a2550c5d8c52830769b.tar.xz |
Bug 1429688 - focus Search Bugs box by default
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/index.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index f7a0e900b..3c42ce71e 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -55,7 +55,7 @@ <form id="quicksearchForm" name="quicksearchForm" action="buglist.cgi"> <div> - <input id="quicksearch_main" type="text" name="quicksearch" + <input id="quicksearch_main" type="text" name="quicksearch" autofocus placeholder="Enter [% terms.abug %] number or some search terms" title="Quick Search"> <input id="find" type="submit" value="Quick Search"> |