From abdadd7f8347dc09e0cbdcb407eda258ffa705cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Thu, 31 May 2018 15:22:40 +0800 Subject: [PATCH] * Finish task#4371. --- module/my/view/bug.html.php | 9 +++++---- module/my/view/story.html.php | 9 +++++---- module/my/view/task.html.php | 11 ++++++----- module/my/view/testcase.html.php | 15 ++++++++------- module/my/view/testtask.html.php | 5 +++-- 5 files changed, 27 insertions(+), 22 deletions(-) diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index 758f4953ec..06a7f516b0 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -14,10 +14,11 @@ diff --git a/module/my/view/story.html.php b/module/my/view/story.html.php index 74ce004b10..3dcb9242f6 100644 --- a/module/my/view/story.html.php +++ b/module/my/view/story.html.php @@ -14,10 +14,11 @@ diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index 35e5da5fdb..c77ccb00b5 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -14,11 +14,12 @@ diff --git a/module/my/view/testcase.html.php b/module/my/view/testcase.html.php index 5ba5e25df9..55174a685b 100644 --- a/module/my/view/testcase.html.php +++ b/module/my/view/testcase.html.php @@ -18,17 +18,18 @@
- app->loadLang('testtask'); $canBatchEdit = common::hasPriv('testcase', 'batchEdit'); @@ -99,12 +100,12 @@
createLink('testcase', 'batchEdit'); echo html::commonButton($lang->edit, "onclick=setFormAction('$actionLink')"); } - if($canBatchRun and $type != 'assigntome') + if($canBatchRun and $type != 'assigntome') { $actionLink = $this->createLink('testtask', 'batchRun', "productID=0&orderBy=$orderBy&from=testcase"); echo html::commonButton($lang->testtask->runCase, "onclick=setFormAction('$actionLink')"); diff --git a/module/my/view/testtask.html.php b/module/my/view/testtask.html.php index f4ebe8038e..7e3dd0ce2b 100644 --- a/module/my/view/testtask.html.php +++ b/module/my/view/testtask.html.php @@ -15,8 +15,9 @@