* Finish task #64882.

This commit is contained in:
zhouxudong
2022-08-17 06:26:44 +00:00
parent ab83e773d9
commit fea283edf4
3 changed files with 31 additions and 6 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
<button type='button' class='btn btn-link' data-toggle='modal' data-target='#copyProjectModal'><?php echo html::icon($lang->icons['copy'], 'muted') . ' ' . $lang->project->copy;?></button>
<?php else: ?>
<button type='button' class='btn btn-link open-btn' data-toggle='modal' data-target='#maxCopyProjectModal'><?php echo html::icon($lang->icons['copy'], 'muted') . ' ' . $lang->project->copy;?></button>
<?php endif; ?>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
@@ -55,7 +55,7 @@
<tr>
<th class='w-130px'><?php echo $lang->project->parent;?></th>
<?php $disabled = ($this->app->tab == 'product' and $productID) ? 'disabled' : '';?>
<td><?php echo html::select('parent', $programList, $programID, "class='form-control chosen' onchange='setParentProgram(this.value)' $disabled");?></td>
<td><?php echo html::select('parent', $programList, $programID, "class='form-control chosen' data-lastSelected=$programID onchange='setParentProgram(this.value)' $disabled");?></td>
<?php if($disabled) echo html::hidden('parent', $programID);?>
<td>
<icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted popover-sm' data-content="<?php echo $lang->program->tips;?>"></icon>