* Finish task #59748.

This commit is contained in:
zhouxudong
2022-07-05 06:20:33 +00:00
parent 994ca59405
commit 8110d73bd7
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -73,8 +73,7 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN())
<div class="table-empty-tip">
<p>
<span class="text-muted"><?php echo $from == 'execution' ? $lang->execution->noExecutions : $lang->execution->noExecution;?></span>
<?php $statusList = array("doing", "closed", "suspended");?>
<?php if(!in_array($status, $statusList)):?>
<?php if($status == "all"):?>
<?php if(common::hasPriv('programplan', 'create') and $isStage):?>
<?php echo html::a($this->createLink('programplan', 'create', "projectID=$projectID&productID=$productID"), "<i class='icon icon-plus'></i> " . $lang->programplan->create, '', "class='btn btn-info'");?>
<?php else: ?>