* Adjust upgrade module.

This commit is contained in:
leiyong
2020-11-20 14:38:28 +08:00
parent 9073099a7e
commit 4f4f6cbf9d
4 changed files with 20 additions and 24 deletions
+6 -6
View File
@@ -32,23 +32,23 @@
</td>
</tr>
<?php endif;?>
<tr class='programParams'>
<tr class='PGMParams'>
<th class='w-90px'><?php echo $lang->program->PGMName;?></th>
<td class='required'><?php echo html::input("PGMName", isset($programName) ? $programName : '', "class='form-control'");?></td>
</tr>
<tr class='programParams'>
<tr class='PGMParams'>
<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='programParams'>
<tr class='PGMParams'>
<th><?php echo $lang->program->PRJCode;?></th>
<td><?php echo html::input("code", '', "class='form-control'");?></td>
</tr>
<tr class='programParams'>
<tr class='PGMParams'>
<th><?php echo $lang->program->PRJPM;?></th>
<td><?php echo html::select('PM', array('' => '') + $users, '', "class='form-control chosen'");?></td>
</tr>
<tr class='programParams'>
<tr class='PGMParams'>
<th><?php echo $lang->program->dateRange;?></th>
<td>
<div class='input-group'>
@@ -64,7 +64,7 @@
</div>
</td>
</tr>
<tr class='programParams'>
<tr class='PGMParams'>
<th><?php echo $lang->project->acl;?></th>
<td><?php echo nl2br(html::radio('acl', $lang->program->PGMPRJAclList, 'open', "onclick='setWhite(this.value);'", 'block'));?></td>
</tr>