diff --git a/module/product/view/index.html.php b/module/product/view/index.html.php
index 793c6b05c7..302af2d70f 100644
--- a/module/product/view/index.html.php
+++ b/module/product/view/index.html.php
@@ -13,7 +13,7 @@
-
product->noProduct;?> " . $lang->product->create, '', "class='btn btn-info'");?>
+
product->noProduct;?> " . $lang->product->create, '', "class='btn btn-info'");?>
fetch('block', 'dashboard', 'module=product');?>
diff --git a/module/product/view/showerrornone.html.php b/module/product/view/showerrornone.html.php
index 06281348fd..d64ae19a4d 100644
--- a/module/product/view/showerrornone.html.php
+++ b/module/product/view/showerrornone.html.php
@@ -12,7 +12,7 @@
?>
-
product->noProduct;?> " . $lang->product->create, '', "class='btn btn-info'");?>
+
product->noProduct;?> " . $lang->product->create, '', "class='btn btn-info'");?>
diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php
index cf20538dac..4af3a7ef8a 100644
--- a/module/project/view/bug.html.php
+++ b/module/project/view/bug.html.php
@@ -22,7 +22,7 @@
" . $lang->bug->export, '', "class='btn btn-link export'");?>
- id", " " . $lang->bug->create, '', "class='btn btn-primary'");?>
+ id", " " . $lang->bug->create, '', "class='btn btn-primary'");?>
diff --git a/module/project/view/build.html.php b/module/project/view/build.html.php
index bc733a12de..73f9b2e0b2 100644
--- a/module/project/view/build.html.php
+++ b/module/project/view/build.html.php
@@ -24,7 +24,7 @@
- id", " " . $lang->build->create, '', "class='btn btn-primary'");?>
+ id", " " . $lang->build->create, '', "class='btn btn-primary'");?>
diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php
index c764b2c58e..b92722e8f6 100644
--- a/module/project/view/story.html.php
+++ b/module/project/view/story.html.php
@@ -62,8 +62,8 @@
$this->lang->story->create = $this->lang->project->createStory;
if($productID and !$this->loadModel('story')->checkForceReview())
{
- common::printLink('story', 'batchCreate', "productID=$productID&branch=0&moduleID=0&story=0&project=$project->id", " " . $lang->story->batchCreate, '', "class='btn btn-secondary'");
- common::printLink('story', 'create', "productID=$productID&branch=0&moduleID=0&story=0&project=$project->id", " " . $lang->story->create, '', "class='btn btn-primary'");
+ common::printLink('story', 'batchCreate', "productID=$productID&branch=0&moduleID=0&story=0&project=$project->id", " " . $lang->story->batchCreate, '', "class='btn btn-secondary'");
+ common::printLink('story', 'create', "productID=$productID&branch=0&moduleID=0&story=0&project=$project->id", " " . $lang->story->create, '', "class='btn btn-primary'");
}
?>
diff --git a/module/project/view/storykanban.html.php b/module/project/view/storykanban.html.php
index e9e0d6ce49..e10498de4e 100644
--- a/module/project/view/storykanban.html.php
+++ b/module/project/view/storykanban.html.php
@@ -36,7 +36,7 @@
}
?>
- loadModel('story')->checkForceReview()) common::printLink('story', 'create', "productID=$productID&branch=&moduleID=0&story=0&project=$project->id", " " . $lang->project->createStory, '', "class='btn btn-primary'");?>
+ loadModel('story')->checkForceReview()) common::printLink('story', 'create', "productID=$productID&branch=&moduleID=0&story=0&project=$project->id", " " . $lang->project->createStory, '', "class='btn btn-primary'");?>
- " . $lang->testtask->create, '', "class='btn btn-primary'");?>
+ " . $lang->testtask->create, '', "class='btn btn-primary'");?>
diff --git a/module/testcase/view/browse.html.php b/module/testcase/view/browse.html.php
index 27287d77f4..68a8616bc8 100644
--- a/module/testcase/view/browse.html.php
+++ b/module/testcase/view/browse.html.php
@@ -198,7 +198,7 @@ js::set('branch', $branch);
-
testcase->noCase;?> " . $lang->testcase->create, '', "class='btn btn-info'");?>
+
testcase->noCase;?> " . $lang->testcase->create, '', "class='btn btn-info'");?>
diff --git a/module/testsuite/view/browse.html.php b/module/testsuite/view/browse.html.php
index 71122a97cc..f3ed575ad4 100644
--- a/module/testsuite/view/browse.html.php
+++ b/module/testsuite/view/browse.html.php
@@ -22,7 +22,7 @@
- " . $lang->testsuite->create, '', "class='btn btn-primary'");?>
+ " . $lang->testsuite->create, '', "class='btn btn-primary'");?>
diff --git a/module/testtask/view/browse.html.php b/module/testtask/view/browse.html.php
index 463b3ebc20..68440c60c9 100644
--- a/module/testtask/view/browse.html.php
+++ b/module/testtask/view/browse.html.php
@@ -45,12 +45,12 @@ $status = $this->session->testTaskVersionStatus;
- " . $lang->testtask->create, '', "class='btn btn-primary'");?>
+ " . $lang->testtask->create, '', "class='btn btn-primary'");?>
-
testtask->noTesttask;?> " . $lang->testtask->create, '', "class='btn btn-info'");?>
+
testtask->noTesttask;?> " . $lang->testtask->create, '', "class='btn btn-info'");?>