This commit is contained in:
wangxuepeng
2023-03-02 05:48:00 +00:00
parent 01cfe5655b
commit 5c99963d4d
6 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -285,7 +285,12 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field)
</button>
<h4 class="modal-title"><?php echo $lang->task->team?></h4>
</div>
<div class="modal-content with-padding" id='taskTeamEditor'>
<div class="modal-content with-padding" id='taskTeamEditor'>
<?php if(strpos('|closed|cancel|pause|', $task->status) !== false):?>
<h2 class='label label-info'>
<?php echo $this->lang->task->error->teamCantOperate;?>
</h2>
<?php endif;?>
<table class='table table-form'>
<tbody class="sortable">
<?php include dirname(__FILE__) . DS . 'taskteam.html.php';?>