* adjust code for the task #655.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-12-23 02:02:10 +00:00
parent b00cdee46f
commit afcc39361b
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<caption><?php echo $bug->title;?></caption>
<tr>
<td class='rowhead'><?php echo $lang->bug->resolution;?></td>
<td><?php echo html::select('resolution', $lang->bug->resolutionList, '', 'class=select-3 onchange=setDuplicate(this.value)');?></td>
<td><?php unset($lang->bug->resolutionList['tostory']); echo html::select('resolution', $lang->bug->resolutionList, '', 'class=select-3 onchange=setDuplicate(this.value)');?></td>
</tr>
<tr id='duplicateBugBox' style='display:none'>
<td class='rowhead'><?php echo $lang->bug->duplicateBug;?></td>