* Finish task #54473.

This commit is contained in:
zhouxudong
2022-05-19 00:52:15 +00:00
parent 5b33b75d41
commit 496adec36a
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -50,7 +50,9 @@
<table class='table table-form'>
<tr>
<th><?php echo $lang->program->parent;?></th>
<?php $disabled = isset($parentProgram->id) ? 'disabled' : '';?>
<td><?php echo html::select('parent', $parents, isset($parentProgram->id) ? $parentProgram->id : 0, "class='form-control chosen' onchange=setBudgetTipsAndAclList(this.value) $disabled");?>
<td><?php if($disabled) echo html::hidden('parent', $parentProgram->id);?></td>
<td></td>
</tr>
<tr>