* Adjust code for run ztf script.
This commit is contained in:
@@ -39,11 +39,7 @@
|
||||
<td class='text-left wordwrap'><?php echo "<span title='{$case->title}'>{$case->title}</span>"?></td>
|
||||
<td class='text-left precondition wordwrap'><?php echo "<span title='{$case->precondition}'>{$case->precondition}</span>"?></td>
|
||||
<td class='text-left'>
|
||||
<?php if($confirm == 'yes'):?>
|
||||
<?php echo html::hidden("results[$caseID]", '');?>
|
||||
<?php else:?>
|
||||
<?php echo html::radio("results[$caseID]", $this->lang->testcase->resultList, 'pass', "onclick='showAction(this.value,\".action$caseID\")'", 'block')?>
|
||||
<?php endif;?>
|
||||
</td>
|
||||
<td>
|
||||
<?php if(!empty($steps[$caseID])):?>
|
||||
|
||||
Reference in New Issue
Block a user