* ajusted views of module 'test'.

This commit is contained in:
Catouse
2014-03-28 17:53:45 +08:00
parent 561f39afe8
commit 97ecae2e4f
17 changed files with 515 additions and 479 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<table class='table-1'>
<tr>
<td class='w-80px'><?php unset($lang->bug->resolutionList['tostory']); echo $lang->bug->resolution ;?></td>
<td><?php echo html::select('resolution', $lang->bug->resolutionList, '', 'class=select-3 onchange=setDuplicate(this.value)');?></div>
<td><?php echo html::select('resolution', $lang->bug->resolutionList, '', 'class=form-control onchange=setDuplicate(this.value)');?></div>
</tr>
<tr id='duplicateBugBox' style='display:none'>
<td class='w-80px'><?php echo $lang->bug->duplicateBug;?></td>