* Finish task #75240.

This commit is contained in:
daitingting
2022-11-09 06:13:07 +00:00
parent 78a793670b
commit 8125b5bf8b
7 changed files with 42 additions and 25 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
</tr>
<tr>
<th><?php echo $lang->release->build;?></th>
<td><?php echo html::select('build', $builds, $release->build, "class='form-control chosen' required"); ?></td>
<td><?php echo html::select('build[]', $builds, $release->build, "class='form-control chosen' required multiple"); ?></td>
</tr>
<tr>
<th><?php echo $lang->release->date;?></th>