* code for task#1215.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
body{background:white}
|
||||
tr {border-bottom:1px solid #eee}
|
||||
tr, td, th {border:1px solid #eee}
|
||||
|
||||
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user