From 8d94367316de4ab473ff117859e0fa6613e56518 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Mon, 25 Nov 2002 06:08:42 +0000 Subject: Bug 181582 - reorders the table cells on the query page so that the list headers are grouped with the lists in Links and when used with voice synthesis packages. r= timeless, a= justdave --- template/en/default/search/form.html.tmpl | 222 +++++++++++++++++++----------- 1 file changed, 145 insertions(+), 77 deletions(-) (limited to 'template/en') diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 2f95748ed..bdd90d54b 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -359,56 +359,79 @@ function selectProduct(f) { - - - - - - [% IF (Param("usetargetmilestone")) %] - - [% END %] - - - - - [%# Can't use the select block here because of onChange and the fact that - 'component' is a toolkit reserved word - we use 'component_' instead. %] - + - - + + [% IF Param('usetargetmilestone') %] + - - [% PROCESS select sel = { name => 'version', - size => 5, - accesskey => 'v' } %] - - [% IF Param('usetargetmilestone') && target_milestone.size > 0 %] - [% PROCESS select sel = { name => 'target_milestone', - size => 5, - accesskey => 't' } %] [% END %]
Product: - Component: - Version:Target:
- +
+ + + + + + [%# Can't use the select block here because of the onChange %] + + +
Product:
+ +
- + + + + + + + [%# Can't use the select block here because 'component' is a toolkit + reserved word - we use 'component_' instead. %] + + +
+ Component: +
+ +
+
+ + + + + + [% PROCESS select sel = { name => 'version', + size => 5, + accesskey => 'v' } %] + +
Version:
+
+ + + + + + [% PROCESS select sel = { name => 'target_milestone', + size => 5, + accesskey => 't' } %] + +
Target:
@@ -478,35 +501,80 @@ function selectProduct(f) { - - - - - - - - - - [% PROCESS select sel = { name => 'bug_status', - size => 7, - accesskey => 'a' } %] - [% PROCESS select sel = { name => 'resolution', - size => 7, - accesskey => 'r' } %] - [% PROCESS select sel = { name => 'bug_severity', - size => 7, - accesskey => 'e' } %] - [% PROCESS select sel = { name => 'priority', - size => 7, - accesskey => 'i' } %] - [% PROCESS select sel = { name => 'rep_platform', - size => 7, - accesskey => 'h' } %] - [% PROCESS select sel = { name => 'op_sys', - size => 7, - accesskey => 'o' } %] + + + + + +
Status: - Resolution: - Severity:Priority:Hardware:OS:
+ + + + + + [% PROCESS select sel = { name => 'bug_status', + size => 7, + accesskey => 'a' } %] + +
Status:
+
+ + + + + + [% PROCESS select sel = { name => 'resolution', + size => 7, + accesskey => 'r' } %] + +
+ Resolution: +
+
+ + + + + + [% PROCESS select sel = { name => 'bug_severity', + size => 7, + accesskey => 'e' } %] + +
Severity:
+
+ + + + + + [% PROCESS select sel = { name => 'priority', + size => 7, + accesskey => 'i' } %] + +
Priority:
+
+ + + + + + [% PROCESS select sel = { name => 'rep_platform', + size => 7, + accesskey => 'h' } %] + +
Hardware:
+
+ + + + + + [% PROCESS select sel = { name => 'op_sys', + size => 7, + accesskey => 'o' } %] + +
OS:
+
-- cgit v1.2.3-24-g4f1b