* code for task #84544.

This commit is contained in:
wangyidong
2023-02-21 10:06:39 +08:00
parent 7e038c27d1
commit cdbbf26ff3
5 changed files with 42 additions and 2 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ $closedCount = 0;
?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolBar pull-left">
<?php common::sortFeatureMenu('program', 'browse');?>
<?php foreach($lang->program->featureBar['browse'] as $key => $label):?>
<?php common::sortFeatureMenu('program', 'project');?>
<?php foreach($lang->program->featureBar['project'] as $key => $label):?>
<?php $active = $browseType == $key ? 'btn-active-text' : '';?>
<?php $label = "<span class='text'>$label</span>";?>
<?php if($browseType == $key) $label .= " <span class='label label-light label-badge'>{$pager->recTotal}</span>";?>