+ add pri and keywords fields to bug table.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user