From 95045da1b30e5df6f26f4d6b64a02a8a83d3fc02 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Fri, 12 Jul 2013 02:03:21 +0000 Subject: [PATCH] * code for task#1528. --- module/testcase/view/caselist.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/testcase/view/caselist.html.php b/module/testcase/view/caselist.html.php index 535c139202..53fa21ae91 100644 --- a/module/testcase/view/caselist.html.php +++ b/module/testcase/view/caselist.html.php @@ -21,13 +21,13 @@ id");?> - + id));?> @@ -65,9 +65,9 @@
edit, "onclick='changeAction(\"" . inLink('batchEdit', "productID=$productID") . "\")'"); - if($canBatchClose) echo html::submitButton($lang->testtask->runCase, "onclick='changeAction(\"" . $this->createLink('testtask', 'batchRun', "productID=$productID&orderBy=$orderBy") . "\")'"); + if($canBatchRun) echo html::submitButton($lang->testtask->runCase, "onclick='changeAction(\"" . $this->createLink('testtask', 'batchRun', "productID=$productID&orderBy=$orderBy") . "\")'"); ?>