diff --git a/module/block/view/bugblock.html.php b/module/block/view/bugblock.html.php
index 0d7ee6fb1b..667df34e49 100644
--- a/module/block/view/bugblock.html.php
+++ b/module/block/view/bugblock.html.php
@@ -28,7 +28,7 @@
>
| id;?> |
task->priList, $task->pri, $task->pri)?> |
- name?> |
+ name?> |
estimate?> |
'>deadline, 0, 4) > 0) echo $task->deadline;?> |
task->statusList, $task->status, $task->status);?>
diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php
index 7a944c613f..e68cccebcb 100644
--- a/module/my/view/bug.html.php
+++ b/module/my/view/bug.html.php
@@ -49,7 +49,7 @@
| bug->severityList, $bug->severity, $bug->severity)?>'>bug->severityList, $bug->severity, $bug->severity);?> |
bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?> |
bug->typeList[$bug->type]?> |
- createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> |
+ createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color'");?> |
openedBy];?> |
assignedTo];?> |
resolvedBy];?> |
diff --git a/module/my/view/story.html.php b/module/my/view/story.html.php
index 83c879bd23..04d7e6018a 100644
--- a/module/my/view/story.html.php
+++ b/module/my/view/story.html.php
@@ -54,7 +54,7 @@
story->priList, $story->pri, $story->pri);?>'>story->priList, $story->pri, $story->pri);?> |
productTitle;?> |
- title);?> |
+ title, null, "style='color: $story->color'");?> |
planTitle;?> |
openedBy];?> |
estimate;?> |
diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php
index 0f1fea1893..8ad7d267e2 100644
--- a/module/my/view/task.html.php
+++ b/module/my/view/task.html.php
@@ -54,7 +54,7 @@
task->priList, $task->pri, $task->pri);?>'>task->priList, $task->pri, $task->pri);?> |
createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> |
- createLink('task', 'view', "taskID=$task->id"), $task->name);?> |
+ createLink('task', 'view', "taskID=$task->id"), $task->name, null, "style='color: $task->color'");?> |
openedBy);?> |
assignedTo);?> |
finishedBy);?> |
diff --git a/module/my/view/testcase.html.php b/module/my/view/testcase.html.php
index bbb724bfe9..3685badb9c 100644
--- a/module/my/view/testcase.html.php
+++ b/module/my/view/testcase.html.php
@@ -54,7 +54,7 @@
createLink('testcase', 'view', "testcaseID=$case->id"), sprintf('%03d', $case->id));?>
testcase->priList, $case->pri, $case->pri)?>'>testcase->priList, $case->pri, $case->pri)?>
- | createLink('testcase', 'view', "testcaseID=$case->id"), $case->title);?> |
+ createLink('testcase', 'view', "testcaseID=$case->id"), $case->title, null, "style='color: $case->color'");?> |
testcase->typeList[$case->type];?> |
openedBy];?> |
lastRunner];?> |