* Fix bugs of mutual_test.

This commit is contained in:
daitingting
2022-10-11 05:17:07 +00:00
parent 876cde442e
commit f5d987b55d
4 changed files with 19 additions and 15 deletions
+1 -5
View File
@@ -20,14 +20,10 @@
<form class='load-indicator main-form form-ajax' id='dataform' method='post' enctype='multipart/form-data'>
<table class='table table-form'>
<?php if($app->tab == 'project'):?>
<?php if(!empty($multipleProject)):?>
<tr>
<tr class="<?php echo empty($multipleProject) ? 'hidden' : '';?>">
<th><?php echo $lang->executionCommon;?></th>
<td><?php echo html::select('execution', $executions, $executionID, "onchange='loadProducts(this.value);' class='form-control chosen' required");?></td>
</tr>
<?php else:?>
<?php echo html::hidden('execution', $executionID);?>
<?php endif;?>
<?php endif;?>
<tr class="<?php echo $hidden;?>">
<th><?php echo $lang->build->product;?></th>