* ajusted views.
* changed css names.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<td><?php echo nl2br($step->desc);?></td>
|
||||
<td><?php echo nl2br($step->expect);?></td>
|
||||
<td class='text-center'><?php echo html::select("steps[$step->id]", $lang->testcase->resultList, $defaultResult);?></td>
|
||||
<td><?php echo html::textarea("reals[$step->id]", '', "rows=2 class='area-1'");?></td>
|
||||
<td><?php echo html::textarea("reals[$step->id]", '', "rows=2 class='form-control'");?></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<tr class='text-center'>
|
||||
|
||||
Reference in New Issue
Block a user