* remove duplicate deadline in view file of bug's edit method.

This commit is contained in:
chenfeiCF
2017-03-17 10:19:00 +08:00
parent d88e6d3669
commit bf66b705d4
-4
View File
@@ -201,10 +201,6 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
</div>
</td>
</tr>
<tr>
<th><?php echo $lang->bug->deadline;?></th>
<td><?php echo html::input('deadline', $bug->deadline, "class='form-control form-date'");?></td>
</tr>
<tr>
<th><?php echo $lang->bug->resolvedBy;?></th>
<td><?php echo html::select('resolvedBy', $users, $bug->resolvedBy, "class='form-control chosen'");?></td>