* Fix Bug
This commit is contained in:
@@ -14,11 +14,7 @@
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php js::set('confirmFinish', $lang->task->confirmFinish);?>
|
||||
<?php if(!empty($task->team)):?>
|
||||
<?php
|
||||
$team = array_keys($task->team);
|
||||
if($team[0] != $this->app->user->account):
|
||||
?>
|
||||
<?php if(!empty($task->team) && key($task->team) != $this->app->user->account):?>
|
||||
<div class="alert with-icon">
|
||||
<i class="icon-info-sign"></i>
|
||||
<div class="content">
|
||||
@@ -58,5 +54,4 @@ if($team[0] != $this->app->user->account):
|
||||
</form>
|
||||
<div class='main'><?php include '../../common/view/action.html.php';?></div>
|
||||
<?php endif;?>
|
||||
<?php endif;?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user