* Finish task #36085.

This commit is contained in:
holan20180123
2021-02-20 10:55:24 +08:00
parent 05a30dd9aa
commit 6c7d50e989
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<th><?php echo $lang->upgrade->existPGM;?></th>
<td class='required'>
<div class='input-group'>
<?php echo html::select("programs", $programs, '', "class='form-control' onchange='getProjectByProgram(this)'");?>
<?php echo html::select("programs", $programs, $programID, "class='form-control' onchange='getProjectByProgram(this)'");?>
<span class='input-group-addon'>
<div class="checkbox-primary">
<input type="checkbox" name="newProgram" value="0" checked onchange="toggleProgram(this)" id="newProgram0" />