* finish task #3664.

This commit is contained in:
wangyidong
2018-03-13 16:40:07 +08:00
parent d35e51a15a
commit c8393b9e08
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
common::printIcon('task', 'edit', "taskID=$task->id", $task);
common::printCommentIcon('task', $task);
common::printIcon('task', 'create', "productID=0&storyID=0&moduleID=0&taskID=$task->id", $task, 'button', 'copy');
common::printIcon('task', 'delete', "projectID=$task->project&taskID=$task->id", $task);
common::printIcon('task', 'delete', "projectID=$task->project&taskID=$task->id", $task, 'button', '', 'hiddenwin');
echo '</div>';
echo "<div class='btn-group'>";