Mercurial > bugzilla-dashboard
comparison file-bug.html @ 19:42d621a98c93
Some CSS fixes, added instructions for bug-filer.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 10 Mar 2010 12:56:16 -0800 |
parents | b2e0ea0178fb |
children | b34a56c353de |
comparison
equal
deleted
inserted
replaced
18:b2e0ea0178fb | 19:42d621a98c93 |
---|---|
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 <div id="reports"> | 13 <div id="reports"> |
14 <h1>Atul's Bug-Filer</h1> | 14 <h1>Atul's Bug-Filer</h1> |
15 <form id="file-bug"> | 15 <form id="file-bug"> |
16 <div id="report"> | 16 <p>Just type in part of a product or component below, select from |
17 <table> | 17 the auto-complete list, and press enter. You'll then get sent to a |
18 <tr> | 18 Bugzilla page where you can fill out a summary, description, and |
19 <td>Category</td> | 19 more details for the bug.</p> |
20 <td><input type="text" id="category"/></td> | 20 <table> |
21 </tr> | 21 <tr> |
22 </table> | 22 <td>Category</td> |
23 </div> | 23 <td><input type="text" id="category"/></td> |
24 </tr> | |
25 </table> | |
24 </form> | 26 </form> |
25 </div> | 27 </div> |
26 <div id="form-cache"> | 28 <div id="form-cache"> |
27 <form><textarea class="data"></textarea></form> | 29 <form><textarea class="data"></textarea></form> |
28 </div> | 30 </div> |