diff options
author | David Lawrence <dkl@redhat.com> | 2010-05-12 19:08:21 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2010-05-12 19:08:21 +0200 |
commit | 5977f8c2566a95fc5e2c3c05fe0551c47f718810 (patch) | |
tree | 460cc16b86787477a3b80fd5000e3e11926c3086 /template/en/default | |
parent | 955abb3e5a2421078b93daa7bc6a4d89b6a56dcb (diff) | |
download | bugzilla-5977f8c2566a95fc5e2c3c05fe0551c47f718810.tar.gz bugzilla-5977f8c2566a95fc5e2c3c05fe0551c47f718810.tar.xz |
Bug 486050: Bugzilla should prefill quicksearch box when showing search results from a quicksearch
r/a=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index 6ad638f72..fe665df67 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -34,7 +34,8 @@ onsubmit="if (this.quicksearch.value == '') { alert('Please enter one or more search terms first.'); return false; } return true;"> - <input class="txt" type="text" id="quicksearch[% qs_suffix FILTER html %]" name="quicksearch"> + <input class="txt" type="text" id="quicksearch[% qs_suffix FILTER html %]" name="quicksearch" + value="[% quicksearch FILTER html %]"> <input class="btn" type="submit" value="Search" id="find[% qs_suffix FILTER html %]"> [%-# Work around FF bug: keep this on one line %]</form> |