* changed icon button color.
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'search', '', 'iframe', true);
|
||||
common::printIcon('bug', 'assignTo', $params, '', 'list', 'hand-right', '', 'iframe', true);
|
||||
common::printIcon('bug', 'resolve', $params, $bug, 'list', 'ok-sign', '', 'iframe', true);
|
||||
common::printIcon('bug', 'close', $params, $bug, 'list', 'off', '', 'iframe text-danger', true);
|
||||
common::printIcon('bug', 'close', $params, $bug, 'list', 'off', '', 'iframe', true);
|
||||
common::printIcon('bug', 'edit', $params, '', 'list', 'pencil');
|
||||
?>
|
||||
</td>
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
common::printIcon('task', 'start', "taskID=$task->id", $task, 'list', 'play', '', 'iframe', true);
|
||||
common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', 'time', '', 'iframe', true);
|
||||
common::printIcon('task', 'finish', "taskID=$task->id", $task, 'list', 'ok-sign', '', 'iframe', true);
|
||||
common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', 'off', '', 'iframe text-danger', true);
|
||||
common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', 'off', '', 'iframe', true);
|
||||
common::printIcon('task', 'edit', "taskID=$task->id", '', 'list', 'pencil');
|
||||
?>
|
||||
</td>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'search', '', 'iframe', true);
|
||||
common::printIcon('bug', 'assignTo', $params, '', 'list', '', '', 'iframe', true);
|
||||
common::printIcon('bug', 'resolve', $params, $bug, 'list', '', '', 'iframe', true);
|
||||
common::printIcon('bug', 'close', $params, $bug, 'list', '', '', 'iframe text-danger', true);
|
||||
common::printIcon('bug', 'close', $params, $bug, 'list', '', '', 'iframe', true);
|
||||
common::printIcon('bug', 'edit', $params, $bug, 'list');
|
||||
common::printIcon('bug', 'create', "product=$bug->product&extra=bugID=$bug->id", $bug, 'list', 'copy');
|
||||
?>
|
||||
|
||||
Vendored
+1199
-1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user