* Adjustment language files.

This commit is contained in:
leiyong
2020-10-21 09:48:40 +08:00
parent 13038a9a5b
commit c0e5bf03f0
10 changed files with 11 additions and 99 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ js::set('parentID', $plan->parent);
<?php echo html::hidden('milestone', $plan->milestone);?>
<?php endif;?>
<tr>
<th><?php echo $lang->programplan->accessRight;?> </th>
<td><?php echo html::select('acl', $lang->programplan->accessRights, $plan->acl, 'class="form-control"');?></td>
<th><?php echo $lang->project->acl;?> </th>
<td><?php echo html::select('acl', $lang->project->aclList, $plan->acl, 'class="form-control"');?></td>
</tr>
<tr>
<th><?php echo $lang->programplan->begin;?> </th>