diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index f5220cb44a..bc4a1369b7 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -89,7 +89,7 @@ pri;?>' title='task->priList, $task->pri);?>'>task->priList, $task->pri);?> ' title='name?>'> team)) echo '' . $this->lang->task->multipleAB . ' ';?> - parent > 0) echo '' . $this->lang->task->childrenAB . ' ' . html::a($this->createLink('task', 'view', "taskID=$task->parent", '', '', $task->project), $task->parentName) . ' / ';?> + parent > 0) echo '' . $this->lang->task->childrenAB . ' ' . html::a($this->createLink('task', 'view', "taskID=$task->parent" , '' , '', $task->project) , $task->parentName,'',"title='{$task->parentName}'") . ' / ' ;?> createLink('task', 'view', "taskID=$task->id", '', '', $task->project), $task->name, null, "style='color: $task->color' data-group='execution'");?> children)) echo '';?> diff --git a/module/project/model.php b/module/project/model.php index d76467522a..7687266dfd 100644 --- a/module/project/model.php +++ b/module/project/model.php @@ -1437,7 +1437,7 @@ class projectModel extends model if($id == 'id') $class .= ' cell-id'; - if($id=='code') $title = "title='{$project->code}'"; + if($id == 'code') $title = "title={$project->code}"; if($id == 'name') {