diff --git a/module/caselib/css/createcase.css b/module/caselib/css/createcase.css
index 7f2f67a335..8c0745564a 100644
--- a/module/caselib/css/createcase.css
+++ b/module/caselib/css/createcase.css
@@ -46,6 +46,8 @@
.minw-80px {min-width: 80px;}
.title-group.required:after {display: none;}
.title-group.required > .required:after {display: block; right: 29px; top: 5px;}
+#titleBox.required:after{display: block; right: 29px; top: 5px;}
+#priRequiredBox.required:after{display: block; right: -12px; top: 5px;}
.pri-selector > .btn {padding: 5px 8px !important; width: 100%;}
.pri-selector > .dropdown-menu {padding: 10px;}
diff --git a/module/caselib/view/batchcreatecase.html.php b/module/caselib/view/batchcreatecase.html.php
index d1d8a5cbb8..7faf3c535d 100644
--- a/module/caselib/view/batchcreatecase.html.php
+++ b/module/caselib/view/batchcreatecase.html.php
@@ -25,13 +25,13 @@
idAB;?>
- '>testcase->module;?>
+ '>testcase->module;?>
testcase->title;?>
testcase->type;?>
- testcase->pri;?>
- testcase->precondition;?>
- testcase->keywords;?>
- testcase->stage;?>
+ '>testcase->pri;?>
+ '>testcase->precondition;?>
+ '>testcase->keywords;?>
+ '>testcase->stage;?>