* Delete the tips to create a task.

This commit is contained in:
tianshujie98
2020-11-26 11:29:41 +08:00
parent f0a812a946
commit 60ba1e7b2e
9 changed files with 7 additions and 122 deletions
-26
View File
@@ -10,32 +10,6 @@
* @link http://www.zentao.net
*/
?>
<?php if(isset($tips)):?>
<?php
if($from == 'PRJ')
{
$defaultURL = $this->createLink('program', 'PRJBrowse', "programID=$programID&browseType=all");
}
else
{
$defaultURL = $this->createLink('program', 'PGMBrowse');
}
?>
<?php include '../../common/view/header.lite.html.php';?>
<body>
<div class='modal-dialog mw-500px' id='tipsModal'>
<div class='modal-header'>
<a href='<?php echo $defaultURL;?>' class='close'><i class="icon icon-close"></i></a>
<h4 class='modal-title' id='myModalLabel'><?php echo $lang->program->tips;?></h4>
</div>
<div class='modal-body'>
<?php echo $tips;?>
</div>
</div>
</body>
</html>
<?php exit;?>
<?php endif;?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php js::import($jsRoot . 'misc/date.js');?>