This commit is contained in:
wangyidong
2016-03-04 13:07:20 +08:00
parent 59c99c29f3
commit 8bb0290077
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<ul data-role='listview'>
<?php foreach($productStats as $product):?>
<li>
<table class='table-1 fixed'>
<table class='table table-fixed'>
<tr>
<td><h3><?php echo $product->name?></h3></td>
<td width='120'>
+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 fixed'>
<table class='table table-fixed'>
<?php $i = 1;?>
<?php foreach($steps[$caseID] as $stepID => $step):?>
<tr>