Merge branch 'pailei2'

This commit is contained in:
王怡栋
2022-03-22 09:01:03 +08:00
142 changed files with 7504 additions and 6950 deletions
+2
View File
@@ -12,6 +12,7 @@
.body-modal #mainMenu>.btn-toolbar {width: auto;}
</style>
<div id='mainMenu' class='clearfix'>
<?php if(!($this->app->rawMethod == 'groupcase')):?>
<div id="sidebarHeader">
<div class="title">
<?php
@@ -31,6 +32,7 @@
?>
</div>
</div>
<?php endif;?>
<div class='btn-toolbar pull-left'>
<?php
$hasBrowsePriv = $isProjectApp ? common::hasPriv('project', 'testcase') : common::hasPriv('testcase', 'browse');