* Add tips for create a build with the same name as a release.

This commit is contained in:
liugang
2022-09-22 17:16:36 +08:00
parent e67c6bff76
commit bf925a4f73
6 changed files with 13 additions and 1 deletions
+4 -1
View File
@@ -35,7 +35,10 @@
</tr>
<tr>
<th><?php echo $lang->release->build;?></th>
<td><?php echo html::select('build', $builds, '', "onchange='showProducts(this.value)' class='form-control chosen'");?></td><td></td>
<td><?php echo html::select('build', $builds, '', "onchange='showProducts(this.value)' class='form-control chosen'");?></td>
<td>
<icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted popover-sm' data-content="<?php echo $lang->release->tips;?>"></icon>
</td>
</tr>
<tr id='productBox' <?php if(!$project->hasProduct) echo "class='hide'";?> >
<th><?php echo $lang->release->product;?></th>