* changed icon button color.

This commit is contained in:
Catouse
2014-06-25 09:07:32 +08:00
parent 2917c23ffc
commit 7c50411c64
4 changed files with 1202 additions and 4 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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');
?>
+1199 -1
View File
File diff suppressed because it is too large Load Diff