diff --git a/module/bug/view/sendmail.html.php b/module/bug/view/sendmail.html.php index bd70d8ee20..cb7e4f2f30 100644 --- a/module/bug/view/sendmail.html.php +++ b/module/bug/view/sendmail.html.php @@ -16,7 +16,9 @@ - +
config->mail, 'domain', common::getSysURL()) . helper::createLink('bug', 'view', "bugID=$bug->id"), $mailTitle, '', "style='color: #333; text-decoration: underline;'");?>color;?>'> + config->mail, 'domain', common::getSysURL()) . helper::createLink('bug', 'view', "bugID=$bug->id"), $mailTitle, '', "style='color: #333; text-decoration: underline;'");?> +
diff --git a/module/report/model.php b/module/report/model.php index a52a888639..60be384fea 100644 --- a/module/report/model.php +++ b/module/report/model.php @@ -15,8 +15,8 @@ class reportModel extends model { /** * Compute percent of every item. - * - * @param array $datas + * + * @param array $datas * @access public * @return array */ @@ -69,9 +69,9 @@ class reportModel extends model /** * Convert date format. - * - * @param array $dateList - * @param string $format + * + * @param array $dateList + * @param string $format * @access public * @return array */ @@ -82,8 +82,8 @@ class reportModel extends model } /** - * Get projects. - * + * Get projects. + * * @access public * @return void */ @@ -121,10 +121,10 @@ class reportModel extends model } /** - * Get products. - * + * Get products. + * * @access public - * @return array + * @return array */ public function getProducts($conditions) { @@ -195,10 +195,10 @@ class reportModel extends model } /** - * Get bugs - * - * @param int $begin - * @param int $end + * Get bugs + * + * @param int $begin + * @param int $end * @access public * @return array */ @@ -232,12 +232,12 @@ class reportModel extends model $bugCreate[$account]['validRate'] = (isset($bug['resolved']) and $bug['resolved']) ? ($validRate / $bug['resolved']) : "0"; } uasort($bugCreate, 'sortSummary'); - return $bugCreate; + return $bugCreate; } /** - * Get workload. - * + * Get workload. + * * @access public * @return array */ @@ -275,10 +275,10 @@ class reportModel extends model } /** - * Get bug assign. - * + * Get bug assign. + * * @access public - * @return array + * @return array */ public function getBugAssign() { @@ -307,7 +307,7 @@ class reportModel extends model /** * Get System URL. - * + * * @access public * @return void */ @@ -331,7 +331,7 @@ class reportModel extends model /** * Get user bugs. - * + * * @access public * @return void */ @@ -351,7 +351,7 @@ class reportModel extends model /** * Get user tasks. - * + * * @access public * @return void */ @@ -372,7 +372,7 @@ class reportModel extends model /** * Get user todos. - * + * * @access public * @return void */ @@ -398,7 +398,7 @@ class reportModel extends model /** * Get user testTasks. - * + * * @access public * @return array */ diff --git a/module/story/view/sendmail.html.php b/module/story/view/sendmail.html.php index 27b9370106..a89fb3e0f3 100644 --- a/module/story/view/sendmail.html.php +++ b/module/story/view/sendmail.html.php @@ -16,7 +16,9 @@ - +
config->mail, 'domain', common::getSysURL()) . helper::createLink('story', 'view', "storyID=$story->id"), $mailTitle, '', "style='color: #333; text-decoration: underline;'");?>color;?>'> + config->mail, 'domain', common::getSysURL()) . helper::createLink('story', 'view', "storyID=$story->id"), $mailTitle, '', "style='color: #333; text-decoration: underline;'");?> +
diff --git a/module/task/view/sendmail.html.php b/module/task/view/sendmail.html.php index 2a7b0dda6d..4c29d4bbf5 100644 --- a/module/task/view/sendmail.html.php +++ b/module/task/view/sendmail.html.php @@ -16,7 +16,9 @@ - +
config->mail, 'domain', common::getSysURL()) . helper::createLink('task', 'view', "taskID=$task->id"), $mailTitle, '', "style='color: #333; text-decoration: underline;'");?>color;?>'> + config->mail, 'domain', common::getSysURL()) . helper::createLink('task', 'view', "taskID=$task->id"), $mailTitle, '', "style='color: #333; text-decoration: underline;'");?> +
diff --git a/module/testtask/view/sendmail.html.php b/module/testtask/view/sendmail.html.php index 1e1320d78d..437cb4dcbc 100644 --- a/module/testtask/view/sendmail.html.php +++ b/module/testtask/view/sendmail.html.php @@ -16,7 +16,9 @@ - +
config->mail, 'domain', common::getSysURL()) . helper::createLink('testtask', 'view', "testtaskID=$testtask->id"), $mailTitle, '', "style='color: #333; text-decoration: underline;'");?> + config->mail, 'domain', common::getSysURL()) . helper::createLink('testtask', 'view', "testtaskID=$testtask->id"), $mailTitle, '', "style='color: #333; text-decoration: underline;'");?> +