Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
46cb9df8
Commit
46cb9df8
authored
Apr 04, 2011
by
Francisco Donalisio
Committed by
Max Kanat-Alexander
Apr 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 635202: Make the Simple search page compliant with WAI
r=timello, a=mkanat
parent
05ddc23d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
search_form.css
skins/standard/search_form.css
+5
-2
search-specific.html.tmpl
template/en/default/search/search-specific.html.tmpl
+11
-10
No files found.
skins/standard/search_form.css
View file @
46cb9df8
...
...
@@ -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
;
}
template/en/default/search/search-specific.html.tmpl
View file @
46cb9df8
...
...
@@ -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>
<t
d align="right" valign="baseline"
>
<
b><label for="bug_status">Status:</label></b
>
</t
d
>
<t
h
>
<
label for="bug_status">Status:</label
>
</t
h
>
<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>
<t
d align="right" valign="baseline"
>
<
b><label for="product">Product:</label></b
>
</t
d
>
<t
h
>
<
label for="product">Product:</label
>
</t
h
>
<td>
<select name="product" id="product">
<option value="">All</option>
...
...
@@ -93,9 +94,9 @@ for "crash secure SSL flash".
</td>
</tr>
<tr>
<t
d align="right" valign="baseline"
>
<
b><label for="content">Words:</label></b
>
</t
d
>
<t
h
>
<
label for="content">Words:</label
>
</t
h
>
<td>
<input name="content" size="40" id="content"
value="[% default.content.0 FILTER html %]">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment