* finish task #2937.

This commit is contained in:
wangyidong
2017-03-10 15:00:33 +08:00
parent eaeab89f53
commit af8ad0420f
9 changed files with 83 additions and 10 deletions
+1
View File
@@ -170,6 +170,7 @@
<?php echo html::textarea('steps[]', $step->desc, "rows='1' class='form-control autosize step-steps'") ?>
<span class="input-group-addon">
<label class="checkbox-inline">
<?php if(!isset($step->type)) $step->type = 'item';?>
<input type='checkbox' name='stepType[]' value='parent' class='step-type' <?php if($step->type == 'group') echo 'checked'?>> <?php echo $lang->testcase->group ?>
</label>
</span>