From 6f76d076c44d1b4d0a2319f39cfa5e14e6078846 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 25 Jul 2002 02:14:07 +0000 Subject: Bug 102648 - Bugzilla should support accesskey. Patch by gerv; 2xr=timeless. --- template/en/default/bug/edit.html.tmpl | 101 +++++++++++++++++---------------- 1 file changed, 53 insertions(+), 48 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 7e71b9767..9fd242252 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -60,9 +60,9 @@   - Platform: + Platform: - [% PROCESS select selname = "rep_platform" %] + [% PROCESS select selname => "rep_platform" accesskey => "p" %] Reporter: @@ -74,20 +74,20 @@ - Product: + Product: - [% PROCESS select selname => "product" %] + [% PROCESS select selname => "product" accesskey => "r" %] - OS: + OS: - [% PROCESS select selname => "op_sys" %] + [% PROCESS select selname => "op_sys" accesskey => "o" %] - Add CC: + Add CC: - + @@ -97,25 +97,27 @@ - Component: + Component: - +   - Version: + Version: - [% PROCESS select selname => "version" %] + [% PROCESS select selname => "version" accesskey => "v" %] CC: @@ -146,9 +148,9 @@   - Priority: + Priority: - [% PROCESS select selname => "priority" %] + [% PROCESS select selname => "priority" accesskey => "i" %] @@ -161,9 +163,9 @@   - Severity: + Severity: - [% PROCESS select selname = "bug_severity" %] + [% PROCESS select selname = "bug_severity" accesskey => "e" %] @@ -179,10 +181,11 @@ [% IF Param("usetargetmilestone") && bug.target_milestone %] - Target Milestone: + Target + Milestone: - [% PROCESS select selname = "target_milestone" %] + [% PROCESS select selname = "target_milestone" accesskey => "t" %] [% ELSE %]   [% END %] @@ -193,10 +196,10 @@ [% IF Param('useqacontact') %] - QA Contact: + QA Contact: - @@ -206,24 +209,24 @@ [% IF bug.bug_file_loc %] - URL: + URL: [% ELSE %] - URL: + URL: [% END %] - - Summary: + Summary: - @@ -231,10 +234,10 @@ [% IF Param('usestatuswhiteboard') %] - Status Whiteboard: + Status Whiteboard: - @@ -244,10 +247,10 @@ - Keywords: + Keywords: - @@ -265,8 +268,8 @@ [% IF Param('usedependencies') %] - [% PROCESS dependencies - dep = { title => "depends on", fieldname => "dependson" } %] + [% PROCESS dependencies accesskey = "d" + dep = { title => "depends on", fieldname => "dependson" } %] - [% PROCESS dependencies - dep = { title => "blocks", fieldname => "blocked" } %] + [% PROCESS dependencies accesskey = "b" + dep = { title => "blocks", fieldname => "blocked" } %]
Show dependency tree @@ -280,8 +283,8 @@
[% END %] @@ -306,7 +309,7 @@ [%# *** Comments Groups *** %]
- Additional Comments: + Additional Comments:
@@ -522,7 +525,7 @@ [% END %] - [% END %] @@ -534,13 +537,15 @@ [% BLOCK select %] - +   [% END %] -- cgit v1.2.3-24-g4f1b