* Finish task #71585,#71586,#71587.

This commit is contained in:
daitingting
2022-10-10 05:46:31 +00:00
parent c2289a381c
commit f8259297b7
9 changed files with 51 additions and 26 deletions
+5 -5
View File
@@ -24,13 +24,13 @@
</div>
<form method='post' class="main-form form-ajax" enctype="multipart/form-data" id='dataform'>
<table class='table table-form'>
<tr>
<tr class="<?php if(isset($project) and !$project->multiple) echo 'hide';?>">
<th class='w-100px'><?php echo $lang->testtask->execution;?></th>
<td class='w-p35-f'>
<?php
echo html::select('execution', $executions, $task->execution, "class='form-control chosen' onchange='loadExecutionRelated(this.value)'");
echo html::hidden('product', $task->product);
?>
<?php
echo html::select('execution', $executions, $task->execution, "class='form-control chosen' onchange='loadExecutionRelated(this.value)'");
echo html::hidden('product', $task->product);
?>
</td>
<td></td>
</tr>