* Finish task #8445.

This commit is contained in:
holan20180123
2020-11-23 15:34:51 +08:00
parent 4051bc8353
commit d2f0f46a07
2 changed files with 11 additions and 3 deletions
+4 -2
View File
@@ -1416,8 +1416,10 @@ class programModel extends model
break;
case 'PRJName':
$projectLink = helper::createLink('program', 'index', "projectID=$project->id", '', '', $project->id);
$projectCode = " <span class='label label-badge label-info label-outline'>$project->code</span>";
echo html::a($projectLink, $project->name . $projectCode);
echo html::a($projectLink, $project->name);
break;
case 'PRJCode':
echo $project->code;
break;
case 'PRJModel':
echo zget($this->lang->program->modelList, $project->model);