* code for task #75244,75245.

This commit is contained in:
wangyidong
2022-11-10 09:22:08 +08:00
parent a902aad93e
commit bf822c7283
7 changed files with 95 additions and 65 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></td>
<td><?php echo html::select('build[]', $builds, $release->build, "class='form-control chosen' multiple required"); ?></td><td></td>
</tr>
<tr>
<th><?php echo $lang->release->date;?></th>