summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/form.html.tmpl
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-08-29 23:14:14 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-08-29 23:14:14 +0200
commit153d2be457ffff521dfccbb1e7c3d325c50412ca (patch)
treee5adc61f812cc8ba9eae5064fde6c4a0fafc000c /template/en/default/search/form.html.tmpl
parentb9a06d3190e9878c968c5de9ab3550ff6033190e (diff)
downloadbugzilla-153d2be457ffff521dfccbb1e7c3d325c50412ca.tar.gz
bugzilla-153d2be457ffff521dfccbb1e7c3d325c50412ca.tar.xz
Bug 571636: Make the Advanced Search UI follow a grid design
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/search/form.html.tmpl')
-rw-r--r--template/en/default/search/form.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index e40467970..e1f8a5f68 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -251,14 +251,14 @@ TUI_hide_default('information_query');
[% END %]
<div class="search_field_row">
- <label for="bug_id">[% terms.Bugs %] numbered</label>
+ <span class="field_label"><label for="bug_id">[% terms.Bugs %] numbered</label></span>
<div id="bug_id_container" >
<input type="text" name="bug_id" id="bug_id"
value="[% default.bug_id.0 FILTER html %]" size="20">
<div class="field_help">(comma-separated list)</div>
</div>
should be
- <select name="bug_id_type">
+ <select name="bug_id_type" id="bug_id_type">
<option value="anyexact"[% " selected" IF default.bug_id_type.0 == "anyexact" %]>only included in</option>
<option value="nowords"[% " selected" IF default.bug_id_type.0 == "nowords" %]>excluded from</option>
</select> the results