* code for task #77135.

This commit is contained in:
王怡栋
2022-11-22 13:39:28 +08:00
parent f29f4aede8
commit bac4eeab8b
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->release->build;?></th>
<td id='buildBox'><?php echo html::select('build[]', $builds, '', "class='form-control chosen' multiple");?></td>
<td id='buildBox'><?php echo html::select('build[]', $builds, '', "class='form-control chosen' multiple data-placeholder='{$lang->build->placeholder->multipleSelect}'");?></td>
<td></td>
</tr>
<tr>