* Fix bug#14026.

This commit is contained in:
leiyong
2021-08-03 16:12:37 +08:00
parent 59b2e6f0f0
commit 5e08cd860e
-3
View File
@@ -10,9 +10,6 @@
* @link http://www.zentao.net
*/
?>
<?php if($app->openApp == 'execution'): ?>
<style>#heading {padding: 8px 0;}</style>
<?php endif;?>
<?php if(isset($tips)):?>
<?php $defaultURL = $config->systemMode == 'new' ? $this->createLink('project', 'execution', "status=all&projectID=$projectID") : $this->createLink('execution', 'task', 'executionID=' . $executionID);?>
<?php include '../../common/view/header.html.php';?>