* Delete the list settings of execution.

This commit is contained in:
qiyu-xie
2021-03-17 11:30:00 +08:00
parent c014e6812b
commit d165d02b31
+1 -6
View File
@@ -48,12 +48,7 @@
<?php if($from == 'execution'):?>
<div id="sidebar" class="side-col">
<div class="sidebar-toggle"><i class="icon icon-angle-left"></i></div>
<div class="cell">
<?php echo $projectTree;?>
<div class="text-center">
<?php common::printLink('project', 'projectTitle', '', $lang->project->moduleSetting, '', "class='btn btn-info btn-wide iframe'", true, true);?>
</div>
</div>
<div class="cell"><?php echo $projectTree;?></div>
</div>
<?php endif;?>
<?php $canBatchEdit = common::hasPriv('execution', 'batchEdit'); ?>