Commit e6b98f8f authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 102648 - a little more thought. We are changing Platform to Hardware (see…

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.
parent 6f76d076
......@@ -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>&nbsp;</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>
......
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