diff --git a/module/custom/view/mode.html.php b/module/custom/view/mode.html.php
index a48f0bfbc9..c386ff7b99 100644
--- a/module/custom/view/mode.html.php
+++ b/module/custom/view/mode.html.php
@@ -34,7 +34,11 @@
>
|
- |
+
+
+ |
|
diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php
index 2565427d8f..561217406e 100755
--- a/module/project/view/create.html.php
+++ b/module/project/view/create.html.php
@@ -73,11 +73,15 @@
|
-
+ config->projectMode) and $model != 'waterfall'):?>
| project->noSprint;?> |
project->noSprintList, 0));?> |
+
+
+
+
| project->PM;?> |
diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php
index d9387e10bd..17d356fa9a 100755
--- a/module/project/view/edit.html.php
+++ b/module/project/view/edit.html.php
@@ -77,11 +77,15 @@
code, "class='form-control' required");?> |
-
+ config->projectMode) and $model != 'waterfall'):?>
| project->noSprint;?> |
project->noSprintList, $project->noSprint, 'disabled'));?> |
+
+
+
+
| project->PM;?> |