* Fix bug #29253.
This commit is contained in:
@@ -122,7 +122,7 @@ if($task->mode == 'multi' and $app->rawMethod == 'activate') $hourDisabled = fal
|
||||
<?php if(isset($task->status)):?>
|
||||
<?php js::set('taskStatus', $task->status);?>
|
||||
<?php js::set('totalLeftError', sprintf($this->lang->task->error->leftEmptyAB, $this->lang->task->statusList[$task->status]));?>
|
||||
<?php if($newRowCount == 0 and $app->rawMethod == 'edit'):?>
|
||||
<?php if($newRowCount == 0 and $app->rawMethod == 'edit' and $task->mode == 'linear'):?>
|
||||
<tr>
|
||||
<td colspan='4'>
|
||||
<div class='alert alert-info'><?php printf($lang->task->noticeManageTeam, zget($lang->task->statusList, $task->status));?></div>
|
||||
|
||||
Reference in New Issue
Block a user