* Code for finish task #85414.

This commit is contained in:
tianshujie
2023-02-22 09:55:00 +08:00
parent 49e0ae82c6
commit 200e97d5b8
7 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -66,7 +66,10 @@
<tr>
<th><?php echo $lang->execution->method;?></th>
<td class="col-main"><?php echo html::select("type", $lang->execution->typeList, $type, "class='form-control chosen' required onchange='setType(this.value)'");?></td>
<td colspan='2'></td>
<td class='methodTip'>
<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->execution->agileplusMethodTip;?>"></icon>
</td>
<td></td>
</tr>
<?php endif;?>
<tr>