Commit 46cb9df8 authored by Francisco Donalisio's avatar Francisco Donalisio Committed by Max Kanat-Alexander

Bug 635202: Make the Simple search page compliant with WAI

r=timello, a=mkanat
parent 05ddc23d
......@@ -199,4 +199,8 @@ div.bz_section_title span {
.bz_search_section, ul.bz_search_section {
margin-top: 1em;
}
\ No newline at end of file
}
.bz_simple_search_form th {
text-align: right;
}
......@@ -22,6 +22,7 @@
[% PROCESS global/header.html.tmpl
title = "Simple Search"
style_urls = [ "skins/standard/search_form.css" ]
%]
[% WRAPPER search/tabs.html.tmpl %]
......@@ -42,11 +43,11 @@ for "crash secure SSL flash".
<input type="hidden" name="query_format" value="specific">
<input type="hidden" name="order" value="relevance desc">
<table>
<table summary="Search fields" class="bz_simple_search_form">
<tr>
<td align="right" valign="baseline">
<b><label for="bug_status">Status:</label></b>
</td>
<th>
<label for="bug_status">Status:</label>
</th>
<td>
<select name="bug_status" id="bug_status">
[% statuses = [ { name = 'open', label = "Open" },
......@@ -62,9 +63,9 @@ for "crash secure SSL flash".
</td>
</tr>
<tr>
<td align="right" valign="baseline">
<b><label for="product">Product:</label></b>
</td>
<th>
<label for="product">Product:</label>
</th>
<td>
<select name="product" id="product">
<option value="">All</option>
......@@ -93,9 +94,9 @@ for "crash secure SSL flash".
</td>
</tr>
<tr>
<td align="right" valign="baseline">
<b><label for="content">Words:</label></b>
</td>
<th>
<label for="content">Words:</label>
</th>
<td>
<input name="content" size="40" id="content"
value="[% default.content.0 FILTER html %]">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment