* finish task #2742.

This commit is contained in:
Catouse
2016-11-24 17:19:17 +08:00
parent 6066dee241
commit 23c72bab8d
3 changed files with 26 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<?php
<?php
/**
* The create view of bug module of ZenTaoPMS.
*
@@ -89,7 +89,7 @@ js::set('refresh', $lang->refresh);
<tr>
<th><?php echo $lang->bug->type;?></th>
<td>
<div class='input-group'>
<div class='clearfix' id='bugTypeInputGroup'>
<?php
/* Remove the unused types. */
unset($lang->bug->typeList['designchange']);