* Code for task #8276 of inner backyard pms.

This commit is contained in:
chenfei
2019-07-10 14:24:33 +08:00
parent 675a36b6e7
commit f74deb1497
11 changed files with 40 additions and 0 deletions
+3
View File
@@ -164,6 +164,9 @@
common::printIcon('task', 'close', "taskID=$task->id", $task, 'button', '', '', 'iframe showinonlybody', true);
common::printIcon('task', 'cancel', "taskID=$task->id", $task, 'button', '', '', 'iframe showinonlybody', true);
$flow = $this->loadModel('workflow')->getByModule('task');
echo $this->loadModel('flow')->buildOperateMenu($flow, $task, 'view');
if(!isonlybody()) echo "<div class='divider'></div>";
common::printIcon('task', 'edit', "taskID=$task->id", $task, 'button', '', '', 'showinonlybody');
common::printIcon('task', 'create', "projctID={$task->project}&storyID=0&moduleID=0&taskID=$task->id", $task, 'button', 'copy');