* Finish task #36088.

This commit is contained in:
hufangzhou
2021-02-20 11:11:43 +08:00
parent 3ee2aa34a7
commit 81f261dd64
2 changed files with 0 additions and 6 deletions
@@ -40,10 +40,6 @@
<th><?php echo $lang->program->PRJName;?></th>
<td class='required'><?php echo html::input("PRJName", isset($sprintName) ? $sprintName : '', "class='form-control'");?></td>
</tr>
<tr class='PGMParams'>
<th><?php echo $lang->program->PRJCode;?></th>
<td><?php echo html::input("code", '', "class='form-control'");?></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>