diff --git a/extension/lite/project/ext/view/execution.html.php b/extension/lite/project/ext/view/execution.html.php index fc569b5f0d..5da6fad260 100644 --- a/extension/lite/project/ext/view/execution.html.php +++ b/extension/lite/project/ext/view/execution.html.php @@ -30,7 +30,8 @@
execution->noExecution;?> - + + createLink('execution', 'create', "projectID=$projectID"), " " . $lang->project->createKanban, '', "class='btn btn-info' data-app='project'");?>
diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 844a412c43..1342a56dc3 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -73,12 +73,15 @@ 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'");?> - - - createLink('execution', 'create', "projectID=$projectID"), " " . (($from == 'execution' and $config->systemMode == 'new') ? $lang->execution->createExec : $lang->execution->create), '', "class='btn btn-info' data-app='execution'");?> - + + + + createLink('programplan', 'create', "projectID=$projectID&productID=$productID"), " " . $lang->programplan->create, '', "class='btn btn-info'");?> + + + createLink('execution', 'create', "projectID=$projectID"), " " . (($from == 'execution' and $config->systemMode == 'new') ? $lang->execution->createExec : $lang->execution->create), '', "class='btn btn-info' data-app='execution'");?> + +
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 01b5627e58..af96311ecd 100644 --- a/module/productplan/view/browsebylist.html.php +++ b/module/productplan/view/browsebylist.html.php @@ -41,7 +41,8 @@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 aaf684b538..d5dd06d549 100644 --- a/module/project/view/browsebylist.html.php +++ b/module/project/view/browsebylist.html.php @@ -73,10 +73,13 @@project->empty;?> - - ' . $lang->project->create, '', 'class="btn btn-info" data-toggle="modal"');?> - - ' . $lang->execution->create, '', 'class="btn btn-info"');?> + + + + ' . $lang->project->create, '', 'class="btn btn-info" data-toggle="modal"');?> + + ' . $lang->execution->create, '', 'class="btn btn-info"');?> +