* Finish task #4879.

This commit is contained in:
Yagami
2018-09-20 13:35:33 +08:00
parent ef95081be3
commit 8946190150
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
</td>
<?php if($step->type != 'group'):?>
<td class='text-left'><?php echo nl2br($step->expect);?></td>
<td class='text-center'><?php echo html::select("steps[$step->id]", $lang->testcase->resultList, 'pass', "class='form-control'");?></td>
<td class='text-center'><?php echo html::select("steps[$step->id]", $lang->testcase->resultList, 'pass', "class='form-control' onchange='checkStepValue(this.value)'");?></td>
<td>
<table class='w-p100'>
<tr>