@@ -41,7 +41,7 @@
|
||||
<form class='form-indicator main-form form-ajax' method='post' target='hiddenwin' id='dataform'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th class='w-120px'><?php echo $lang->project->parent;?></th>
|
||||
<th class='w-130px'><?php echo $lang->project->parent;?></th>
|
||||
<?php $disabled = $this->app->tab == 'product' ? 'disabled' : '';?>
|
||||
<td><?php echo html::select('parent', $programList, $programID, "class='form-control chosen' onchange='setParentProgram(this.value)' $disabled");?></td>
|
||||
<?php if($disabled) echo html::hidden('parent', $programID);?>
|
||||
|
||||
Reference in New Issue
Block a user