* code for task #1971

* finish task #1947.
 *finish task #1946.
This commit is contained in:
wangyidong
2014-07-22 05:59:56 +00:00
parent 8a789b9fa2
commit a26d198e23
11 changed files with 52 additions and 28 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<td><?php echo html::radio("results[$caseID]", $this->lang->testcase->resultList, 'pass', "onclick='showAction(this.value,\".action$caseID\")'")?></td>
<td>
<?php if(!empty($steps[$caseID])):?>
<table class='table-1 fixed'>
<table class='table fixed'>
<?php $i = 1;?>
<?php foreach($steps[$caseID] as $stepID => $step):?>
<tr>