This commit is contained in:
liumengyi
2022-03-08 10:07:42 +08:00
parent a386589929
commit 084d882f9b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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>