* Finish task #63288.

This commit is contained in:
wangyuting2
2022-08-03 13:32:41 +08:00
parent 9461d0fc1d
commit 84c6278274
51 changed files with 77 additions and 35 deletions
+1
View File
@@ -48,6 +48,7 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN())
</ul>
</div>
<?php endif;?>
<?php common::sortFeatureMenu();?>
<?php foreach($lang->execution->featureBar['all'] as $key => $label):?>
<?php $label = "<span class='text'>$label</span>";?>
<?php if($status == $key) $label .= " <span class='label label-light label-badge'>{$pager->recTotal}</span>";?>