* Finish task #63580.

This commit is contained in:
zhouxudong
2022-08-17 02:10:45 +00:00
parent fc5f9013e5
commit 5c71d7d0b3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -358,6 +358,7 @@ function budgetOverrunTips()
/**
*The date is out of the range of the parent project set, and a prompt is given.
*
* @param int $currentID
* @access public
* @return void
*/
+1 -1
View File
@@ -47,7 +47,7 @@
<tbody>
<?php foreach($projects as $projectID => $project):?>
<?php $aclList = $project->parent ? $lang->program->subAcls : $lang->project->acls;?>
<tr id="projects[<?php echo $projectID;?>]">
<tr id="projects[<?php echo $projectID;?>]">
<td><?php echo sprintf('%03d', $projectID) . html::hidden("projectIdList[$projectID]", $projectID);?></td>
<?php if(isset($unauthorizedPrograms[$project->parent])):?>
<td>