* code for task#1215.

This commit is contained in:
chencongzhi520@gmail.com
2013-05-03 05:19:29 +00:00
parent f842a0f81a
commit e93a666c7d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
body{background:white}
tr {border-bottom:1px solid #eee}
tr, td, th {border:1px solid #eee}

View File

@@ -31,7 +31,7 @@
<td><?php echo nl2br($step->desc);?></td>
<td><?php echo nl2br($step->expect);?></td>
<td class='a-center'><?php echo html::select("steps[$step->id]", $lang->testcase->resultList, $defaultResult);?></td>
<td><?php echo html::textarea("reals[$step->id]", '', "rows=3 class='area-1'");?></td>
<td><?php echo html::textarea("reals[$step->id]", '', "rows=2 class='area-1'");?></td>
</tr>
<?php endforeach;?>
<tr class='a-center'>