* 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
@@ -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'");?>