* Finish task #36028,#36068,#36072.

This commit is contained in:
Yagami
2021-02-22 11:05:30 +08:00
parent 98cea3e643
commit b668ce1970
7 changed files with 108 additions and 33 deletions
@@ -20,6 +20,10 @@
</div>
</td>
</tr>
<tr class='PGMParams'>
<th><?php echo $lang->program->PGMCommon . $lang->program->PGMStatus;?></th>
<td><?php echo html::select('PGMStatus', $lang->program->statusList, '', "class='form-control chosen'");?></td>
</tr>
<tr>
<th>
<span class="prj-exist hidden"><?php echo $lang->upgrade->existPRJ;?></span>
@@ -40,6 +44,10 @@
</div>
</td>
</tr>
<tr class='PGMParams'>
<th><?php echo $lang->program->PRJCommon . $lang->program->PRJStatus;?></th>
<td><?php echo html::select('PRJStatus', $lang->program->statusList, '', "class='form-control chosen'");?></td>
</tr>
<tr class='PGMParams'>
<th><?php echo $lang->program->PRJPM;?></th>
<td><?php echo html::select('PM', array('' => '') + $users, '', "class='form-control chosen'");?></td>