* finish task #36010.

This commit is contained in:
wangyidong
2021-02-22 13:04:18 +08:00
parent b668ce1970
commit 6787d19ac7
7 changed files with 75 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<div class='input-group'>
<?php echo html::select("programs", $programs, $programID, "class='form-control hidden pgm-exist' onchange='getProjectByProgram(this)'");?>
<?php echo html::input("PGMName", isset($programName) ? $programName : '', "class='form-control pgm-no-exist'");?>
<?php if(count(programs)):?>
<?php if(count($programs)):?>
<span class='input-group-addon'>
<div class="checkbox-primary">
<input type="checkbox" name="newProgram" value="0" checked onchange="toggleProgram(this)" id="newProgram0" />