From 160eb29d76af0bcaed7fca8315d96f9997d34f23 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Tue, 10 Nov 2015 16:45:39 +0800 Subject: [PATCH] * finish task #2397. --- module/testtask/view/browse.html.php | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/module/testtask/view/browse.html.php b/module/testtask/view/browse.html.php index d8d06639a5..b5e6e6f759 100644 --- a/module/testtask/view/browse.html.php +++ b/module/testtask/view/browse.html.php @@ -23,15 +23,14 @@ recTotal}&recPerPage={$pager->recPerPage}"; ?> - idAB);?> - testtask->name);?> - testtask->project);?> - 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;?> @@ -39,14 +38,19 @@ id"), sprintf('%03d', $task->id));?> id"), $task->name);?> - createLink('project', 'story', "projectID=$task->project"), $task->projectName);?> - build == 'trunk' ? print('Trunk') : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?> + + createLink('project', 'story', "projectID=$task->project"), $task->projectName) . '/'; + $task->build == 'trunk' ? print('Trunk') : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));; + ?> + owner];?> begin?> end?> testtask->statusList[$task->status];?> id", 'play', 'list', 'smile'); common::printIcon('testtask', 'view', "taskID=$task->id", '', 'list', 'file'); common::printIcon('testtask', 'linkCase', "taskID=$task->id", '', 'list', 'link'); common::printIcon('testtask', 'edit', "taskID=$task->id", '', 'list'); @@ -61,7 +65,7 @@ - show();?> + show();?>