* finish task #3664.
This commit is contained in:
@@ -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'>";
|
||||
|
||||
Reference in New Issue
Block a user