* Code for task #36028.

This commit is contained in:
holan20180123
2021-03-03 11:09:34 +08:00
parent bc0c65f776
commit b5a16df369
3 changed files with 27 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
</th>
<td class='required'>
<div class='input-group'>
<?php echo html::select("projects", $projects, '', "class='form-control hidden prj-exist'");?>
<?php echo html::select("projects", $projects, '', "class='form-control hidden prj-exist' onchange='getPGMStatus(project, this.value)'");?>
<?php echo html::input("PRJName", isset($sprintName) ? $sprintName : '', "class='form-control prj-no-exist'");?>
<?php if(count($projects)):?>
<span class='input-group-addon'>