* Code for task #81383.

This commit is contained in:
tanghucheng
2022-12-27 16:51:55 +08:00
parent c27f758bf8
commit 6582359c3f
5 changed files with 43 additions and 1 deletions
+7
View File
@@ -148,9 +148,16 @@ foreach(explode(',', $config->testcase->create->requiredFields) as $field)
<?php if(!$this->testcase->forceNotReview()):?>
<span class="input-group-addon"><?php echo html::checkbox('forceNotReview', $lang->testcase->forceNotReview, '', "id='forceNotReview0'");?></span>
<?php endif;?>
<div class="input-group-addon">
<?php echo html::checkbox('auto', $lang->testcase->showAutoCase, '', "id='autocase' title='{$lang->testcase->showAutoCase}'");?>
</div>
</div>
</td>
</tr>
<tr>
<th><?php echo $lang->testcase->autoScript;?></th>
<td colspan='2'><?php echo $this->fetch('file', 'buildform', 'fileCount=1&percent=0.9&filesName=script');?></td>
</tr>
<tr>
<th><?php echo $lang->testcase->precondition;?></th>
<td colspan='2'><?php echo html::textarea('precondition', $precondition, " rows='2' class='form-control'");?></td>