* Query the program and project logic when upgrading.

This commit is contained in:
leiyong
2020-11-19 17:32:08 +08:00
parent ec2c0c7a26
commit 55976aeb26
4 changed files with 34 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<th><?php echo $lang->upgrade->existPGM;?></th>
<td>
<div class='input-group'>
<?php echo html::select("programs", $programs, '', "class='form-control' onchange='projectByProgram(this)'");?>
<?php echo html::select("programs", $programs, '', "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" />