* Finish task #8456.

This commit is contained in:
tianshujie98
2020-11-23 15:47:58 +08:00
parent 4051bc8353
commit 8853626ead
6 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ js::set('browseType', $browseType);
<div id="mainMenu" class="clearfix">
<div id="sidebarHeader">
<div class="title">
<?php echo empty($program) ? $lang->program->PGMCommon : $program->name;?>
<?php echo empty($program) ? $lang->program->project : $program->name;?>
<?php if($programID) echo html::a(inLink('PRJBrowse', 'programID=0'), "<i class='icon icon-sm icon-close'></i>", '', 'class="text-muted"');?>
</div>
</div>