Merge branch 'sprint/devplat_30'

This commit is contained in:
wangyidong
2022-08-04 09:13:53 +08:00
88 changed files with 612 additions and 156 deletions
+1
View File
@@ -34,6 +34,7 @@ $status = $this->session->testTaskVersionStatus;
?>
</ul>
</div>
<?php common::sortFeatureMenu();?>
<?php foreach($lang->testtask->featureBar['browse'] as $key => $label):?>
<?php $key = strtolower($key);?>
<?php echo html::a(inlink('browse', "productID=$productID&branch=$branch&type=$scope,$key"), "<span class='text'>$label</span>", '', "id='{$key}Tab' class='btn btn-link'");?>