* Add project execution approval menu.

This commit is contained in:
wangyuting2
2022-08-03 16:48:10 +08:00
parent 0747b43672
commit afba28db68
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@
?>
</ul>
</div>
<?php common::sortFeatureMenu('execution', 'all');?>
<?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>";?>