- report->mailtitle->bug, count($mail->bugs)), ',') ?>
+ report->mailTitle->bug, count($mail->bugs)), ',') ?>
| report->idAB;?> |
@@ -41,7 +41,7 @@
tasks)):?>
- report->mailtitle->task, count($mail->tasks)), ',') ?>
+ report->mailTitle->task, count($mail->tasks)), ',') ?>
| report->idAB;?> |
@@ -67,7 +67,7 @@
todos)):?>
- report->mailtitle->todo, count($mail->todos)), ',') ?>
+ report->mailTitle->todo, count($mail->todos)), ',') ?>
| report->idAB;?> |
@@ -93,7 +93,7 @@
testTasks)):?>
- report->mailtitle->testTask, count($mail->testTasks)), ',') ?>
+ report->mailTitle->testTask, count($mail->testTasks)), ',') ?>
| report->idAB;?> |
diff --git a/module/story/view/sendmail.html.php b/module/story/view/sendmail.html.php
index 49f3de8f63..15e264bd02 100644
--- a/module/story/view/sendmail.html.php
+++ b/module/story/view/sendmail.html.php
@@ -16,8 +16,7 @@
- | id . ' ' . html::a(common::getSysURL() . $this->createLink('story', 'view', "storyID=$story->id"), $story->title, '', "style='color: #333; text-decoration: none;'");?> |
- createLink('story', 'view', "storyID=$story->id"), '[+]', 'target="_blank"');?> |
+ createLink('story', 'view', "storyID=$story->id"), $mailTitle, '', "style='color: #333; text-decoration: none;'");?> |
|
@@ -26,7 +25,7 @@
|
diff --git a/module/task/view/sendmail.html.php b/module/task/view/sendmail.html.php
index d3af7fc20e..5b84d52e91 100644
--- a/module/task/view/sendmail.html.php
+++ b/module/task/view/sendmail.html.php
@@ -16,8 +16,7 @@
- | id . ' ' . html::a(common::getSysURL() . $this->createLink('task', 'view', "taskID=$task->id"), $task->name, '', "style='color: #333; text-decoration: none;'");?> |
- createLink('task', 'view', "taskID=$task->id"), '[+]', 'target="_blank"');?> |
+ createLink('task', 'view', "taskID=$task->id"), $mailTitle, '', "style='color: #333; text-decoration: none;'");?> |
|
@@ -26,7 +25,7 @@
|
diff --git a/module/testtask/view/sendmail.html.php b/module/testtask/view/sendmail.html.php
index 6473b518c7..240974b27c 100644
--- a/module/testtask/view/sendmail.html.php
+++ b/module/testtask/view/sendmail.html.php
@@ -16,8 +16,7 @@
- | id . ' ' . html::a(common::getSysURL() . $this->createLink('testtask', 'view', "testtaskID=$testtask->id"), $testtask->name, '', "style='color: #333; text-decoration: none;'");?> |
- createLink('testtask', 'view', "testtaskID=$testtask->id"), '[+]', 'target="_blank"');?> |
+ createLink('testtask', 'view', "testtaskID=$testtask->id"), $mailTitle, '', "style='color: #333; text-decoration: none;'");?> |
|
@@ -26,7 +25,7 @@
|
| | | |