* Finish Task #78671

This commit is contained in:
lanzongjun
2022-12-06 17:18:57 +08:00
parent 55aac8c426
commit 4cbf1397b8
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -44,8 +44,7 @@
<?php endif;?>
<td></td>
</tr>
<?php if(!empty($product) and $product->type != 'normal'): ?>
<tr>
<tr class='<?php if(!empty($product) and $product->type == 'normal') echo 'hidden'?>'>
<th class='w-120px'><?php echo $lang->build->branch;?></th>
<td>
<div class='input-group' id='branchBox'>
@@ -53,7 +52,6 @@
</div>
</td>
</tr>
<?php endif; ?>
<tr class='hide'>
<th class='w-120px'><?php echo $lang->build->builds;?></th>
<td id='buildBox'><?php echo html::select('builds[]', array(), '', "class='form-control chosen' multiple data-placeholder='{$lang->build->placeholder->multipleSelect}'");?></td>
+1 -2
View File
@@ -36,8 +36,8 @@
</td>
<td><?php if($disabled) echo $lang->build->notice->changeProduct;?></td>
</tr>
<?php if(!empty($product) and $product->type != 'normal'): ?>
<tr>
<tr class='<?php if(!empty($product) and $product->type == 'normal') echo 'hidden'?>'>
<th class='w-120px'><?php echo $lang->build->branch;?></th>
<td>
<div class='input-group' id='branchBox'>
@@ -45,7 +45,6 @@
</div>
</td>
</tr>
<?php endif; ?>
<?php $disabled = $testtaskID ? 'disabled' : '';?>
<?php if(!$build->execution):?>
<tr>