+ add pri and keywords fields to bug table.

This commit is contained in:
wangchunsheng
2010-03-27 02:55:46 +00:00
parent ea83c32867
commit c794b45e6e
8 changed files with 39 additions and 6 deletions
+4
View File
@@ -170,6 +170,10 @@ $(function() {
<th class='rowhead'><?php echo $lang->bug->steps;?></th>
<td><?php echo html::textarea('steps', '', "class='area-1' rows='6'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->keywords;?></th>
<td><?php echo html::input('keywords', '', "class='text-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->files;?></th>
<td><?php echo $this->fetch('file', 'buildform');?></td>