From 73b27f4e6a5571de8a544e650b52b077b1e78519 Mon Sep 17 00:00:00 2001 From: pengjiangxiu Date: Thu, 23 Feb 2017 09:37:39 +0800 Subject: [PATCH] * finish task #2911 --- module/cron/lang/en.php | 2 +- module/cron/lang/zh-tw.php | 2 +- module/testtask/view/browse.html.php | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/module/cron/lang/en.php b/module/cron/lang/en.php index 11f27e2ea5..68f453754e 100644 --- a/module/cron/lang/en.php +++ b/module/cron/lang/en.php @@ -40,7 +40,7 @@ $lang->cron->introduction = <<This function need to be improved, so it is turned off by default.

EOD; $lang->cron->confirmOpen = <<Do you want to turn it on?Turn On Planned Task

+

Do you want to turn it on?Turn On Planned Task

EOD; $lang->cron->notice = new stdclass(); diff --git a/module/cron/lang/zh-tw.php b/module/cron/lang/zh-tw.php index 9db877b716..6dd6889e1e 100644 --- a/module/cron/lang/zh-tw.php +++ b/module/cron/lang/zh-tw.php @@ -40,7 +40,7 @@ $lang->cron->introduction = <<該功能還有待完善,所以預設關閉該功能

EOD; $lang->cron->confirmOpen = <<是否開啟該功能?打開計劃任務

+

是否開啟該功能?打開計劃任務

EOD; $lang->cron->notice = new stdclass(); diff --git a/module/testtask/view/browse.html.php b/module/testtask/view/browse.html.php index d0c5bf2743..7644dbafe6 100644 --- a/module/testtask/view/browse.html.php +++ b/module/testtask/view/browse.html.php @@ -23,24 +23,25 @@ recTotal}&recPerPage={$pager->recPerPage}"; ?> - idAB);?> - testtask->name);?> - testtask->project . '/' . $lang->testtask->build;?> - testtask->owner);?> - testtask->begin);?> - testtask->end);?> - statusAB);?> - actions;?> + idAB);?> + testtask->name);?> + testtask->project . '/' . $lang->testtask->build;?> + testtask->owner);?> + testtask->begin);?> + testtask->end);?> + statusAB);?> + actions;?> - + id"), sprintf('%03d', $task->id));?> id"), $task->name);?> createLink('project', 'story', "projectID=$task->project"), $task->projectName) . '/'; + echo $task->projectName . '/'; + //echo html::a($this->createLink('project', 'story', "projectID=$task->project"), $task->projectName) . '/'; $task->build == 'trunk' ? print($lang->trunk) : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));; ?>