diff options
author | gerv%gerv.net <> | 2002-07-25 04:53:00 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-07-25 04:53:00 +0200 |
commit | e6b98f8f8a038552155964848d1bc028a9ffdcaf (patch) | |
tree | ccd5875a4b411dcd4bbbbde01029673d80e134ba /template | |
parent | 6f76d076c44d1b4d0a2319f39cfa5e14e6078846 (diff) | |
download | bugzilla-e6b98f8f8a038552155964848d1bc028a9ffdcaf.tar.gz bugzilla-e6b98f8f8a038552155964848d1bc028a9ffdcaf.tar.xz |
Bug 102648 - a little more thought. We are changing Platform to Hardware (see the search page) for usability; if we do that, Product can be P and Hardware can be H. 2xr=timeless.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 9fd242252..a37be643b 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -39,7 +39,7 @@ <input type="hidden" name="longdesclength" value="[% bug.longdesclength %]"> <input type="hidden" name="id" value="[% bug.bug_id %]"> -[%# *** Platform Reporter Product OS AddCC *** %] +[%# *** Hardware Reporter Product OS AddCC *** %] <table cellspacing="1" cellpadding="1" border="0"> <tr> @@ -60,9 +60,9 @@ <td> </td> <td align="right"> - <b><u>P</u>latform:</b> + <b><u>H</u>ardware:</b> </td> - [% PROCESS select selname => "rep_platform" accesskey => "p" %] + [% PROCESS select selname => "rep_platform" accesskey => "h" %] <td align="right"> <b>Reporter:</b> @@ -74,9 +74,9 @@ <tr> <td align="right"> - <b>P<u>r</u>oduct:</b> + <b><u>P</u>roduct:</b> </td> - [% PROCESS select selname => "product" accesskey => "r" %] + [% PROCESS select selname => "product" accesskey => "p" %] <td align="right"> <b><u>O</u>S:</b> |