* Fix bug #50341.
This commit is contained in:
@@ -184,6 +184,7 @@ class programplan extends control
|
||||
public function edit($planID = 0, $projectID = 0)
|
||||
{
|
||||
$this->app->loadLang('project');
|
||||
$this->app->loadLang('execution');
|
||||
$plan = $this->programplan->getByID($planID);
|
||||
if($_POST)
|
||||
{
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->project->acl;?> </th>
|
||||
<?php $class = $plan->grade == 2 ? "disabled='disabled'" : '';?>
|
||||
<td colspan='2'><?php echo html::select('acl', $lang->project->aclList, $plan->acl, "class='form-control' $class");?></td>
|
||||
<td colspan='2'><?php echo html::select('acl', $lang->execution->aclList, $plan->acl, "class='form-control' $class");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->programplan->planDateRange;?> </th>
|
||||
|
||||
Reference in New Issue
Block a user