* Fix product menu.

This commit is contained in:
Yagami
2020-09-21 16:45:06 +08:00
parent 566d03a358
commit 3cb892fc4e
7 changed files with 30 additions and 44 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ js::set('browseType', $browseType);
<td><?php printf('%03d', $project->id);?></td>
<td class='text-left' title="<?php echo $project->code;?>"><?php echo $project->code;?></td>
<td class='text-left' title='<?php echo $project->name?>'>
<?php echo html::a($this->createLink('project', 'index', 'locate=no'), $project->name);?>
<?php echo html::a($this->createLink('program', 'index', "projectID=$project->id", '', '', $project->id), $project->name);?>
</td>
<td><?php echo zget($lang->program->statusList, $project->status);?></td>
<td><?php echo $project->begin;?></td>