* Remove noproject merge method.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user