* adjust code for task #610.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-12-07 06:19:08 +00:00
parent c4be65d61b
commit 8f7af22077
4 changed files with 43 additions and 18 deletions
+4
View File
@@ -16,7 +16,11 @@
<caption><?php echo $bug->title;?></caption>
<tr>
<td class='rowhead'><?php echo $lang->bug->resolution;?></td>
<?php if($toStory == false):?>
<td><?php echo html::select('resolution', $lang->bug->resolutionList, '', 'class=select-3 onchange=setDuplicate(this.value)');?></td>
<?php else:?>
<td><?php echo $lang->bug->resolutionList['tostory'];echo html::input('resolution', 'tostory', 'class=select-3 hidden');?></td>
<?php endif;?>
</tr>
<tr id='duplicateBugBox' style='display:none'>
<td class='rowhead'><?php echo $lang->bug->duplicateBug;?></td>