* Remove noproject merge method.

This commit is contained in:
孙广明
2021-11-25 15:28:54 +08:00
parent 182106be13
commit 8656350081
10 changed files with 7 additions and 36 deletions
@@ -14,7 +14,6 @@
<td class='required'>
<div class='input-group'>
<?php echo html::select("programs", $programs, $programID, "class='form-control hidden pgm-exist' onchange='getProjectByProgram(this)'");?>
<?php if($type != 'noProject'):?>
<?php echo html::input("programName", '', "class='form-control pgm-no-exist'");?>
<span class='input-group-addon'>
<div class="checkbox-primary">
@@ -22,7 +21,6 @@
<label for="newProgram0"><?php echo $lang->upgrade->newProgram;?></label>
</div>
</span>
<?php endif;?>
</div>
<?php echo html::hidden('programID', '');?>
</td>