* task 2011

This commit is contained in:
chujilu
2014-08-14 14:22:39 +08:00
parent 0a4698989d
commit 16d3078300
5 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
</tr>
<tr id='duplicateBugBox' class='hide'>
<th><?php echo $lang->bug->duplicateBug;?></th>
<td><?php echo html::input('duplicateBug', '', "class='form-control'");?></td>
<td><?php echo html::select('duplicateBug', $bugs, '', "class='form-control chosen' ");?></td>
</tr>
<tr>
<th><?php echo $lang->bug->resolvedBuild;?></th>