From 8110d73bd7d3f7bb14095e4382cb30174879aa70 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 5 Jul 2022 06:20:33 +0000 Subject: [PATCH] * Finish task #59748. --- module/execution/view/all.html.php | 3 +-- module/execution/view/task.html.php | 3 +-- module/productplan/view/browsebylist.html.php | 3 +-- module/project/view/browsebylist.html.php | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 1342a56dc3..5c9cc4abb9 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -73,8 +73,7 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN())

execution->noExecutions : $lang->execution->noExecution;?> - - + createLink('programplan', 'create', "projectID=$projectID&productID=$productID"), " " . $lang->programplan->create, '', "class='btn btn-info'");?> diff --git a/module/execution/view/task.html.php b/module/execution/view/task.html.php index 0efb332778..fe53a70b9b 100644 --- a/module/execution/view/task.html.php +++ b/module/execution/view/task.html.php @@ -198,8 +198,7 @@ body {margin-bottom: 25px;}

task->noTask;?> - - + " . $lang->task->create, '', "class='btn btn-info'");?>

diff --git a/module/productplan/view/browsebylist.html.php b/module/productplan/view/browsebylist.html.php index af96311ecd..ae079f3c75 100644 --- a/module/productplan/view/browsebylist.html.php +++ b/module/productplan/view/browsebylist.html.php @@ -41,8 +41,7 @@

productplan->noPlan;?> - - + createLink('productplan', 'create', "productID=$product->id&branch=$branch"), " " . $lang->productplan->create, '', "class='btn btn-info'");?>

diff --git a/module/project/view/browsebylist.html.php b/module/project/view/browsebylist.html.php index d5dd06d549..5991184811 100644 --- a/module/project/view/browsebylist.html.php +++ b/module/project/view/browsebylist.html.php @@ -73,8 +73,7 @@

project->empty;?> - - + ' . $lang->project->create, '', 'class="btn btn-info" data-toggle="modal"');?>