* Adjusting the programplan module code.

This commit is contained in:
leiyong
2020-10-22 09:09:48 +08:00
parent 5fabff2623
commit 61365c9f78
8 changed files with 61 additions and 66 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<div id='mainMenu' class='clearfix'>
<div class='btn-toolbar pull-left'>
<span class='btn btn-link btn-active-text'>
<?php echo html::a($this->createLink('programplan', 'create', "program={$program->id}"), "<span class='text'> {$lang->programplan->create}</span>");?>
<?php echo html::a($this->createLink('programplan', 'create', "projectID={$project->id}"), "<span class='text'> {$lang->programplan->create}</span>");?>
</span>
</div>
</div>