commit
c0d349e9f7
@ -1990,11 +1990,11 @@ function print_projecttasks_array($db, $form, $socid, $projectsListId, $mytasks
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param task $task Task the task object
|
* @param Task $task the task object
|
||||||
* @param label $label bool|string true = auto, false = dont display, string = replace output
|
* @param bool|string $label true = auto, false = dont display, string = replace output
|
||||||
* @param progressNumber $progressNumber bool|string true = auto, false = dont display, string = replace output
|
* @param bool|string $progressNumber true = auto, false = dont display, string = replace output
|
||||||
* @param hideOnProgressNull $hideOnProgressNull bool hide if progress is null
|
* @param bool $hideOnProgressNull hide if progress is null
|
||||||
* @param spaced $spaced bool used to add space at bottom (made by css)
|
* @param bool $spaced used to add space at bottom (made by css)
|
||||||
* @return string
|
* @return string
|
||||||
* @see getTaskProgressBadge()
|
* @see getTaskProgressBadge()
|
||||||
*/
|
*/
|
||||||
@ -2113,9 +2113,9 @@ function getTaskProgressView($task, $label = true, $progressNumber = true, $hide
|
|||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @param task $task Task the task object
|
* @param Task $task the task object
|
||||||
* @param label $label string empty = auto (progress), string = replace output
|
* @param string $label empty = auto (progress), string = replace output
|
||||||
* @param tooltip $tooltip string empty = auto , string = replace output
|
* @param string $tooltip empty = auto , string = replace output
|
||||||
* @return string
|
* @return string
|
||||||
* @see getTaskProgressView()
|
* @see getTaskProgressView()
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user