From 5977f8c2566a95fc5e2c3c05fe0551c47f718810 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 12 May 2010 13:08:21 -0400 Subject: Bug 486050: Bugzilla should prefill quicksearch box when showing search results from a quicksearch r/a=mkanat --- template/en/default/global/common-links.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/common-links.html.tmpl') 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;"> - + [%-# Work around FF bug: keep this on one line %] -- cgit v1.2.3-24-g4f1b