diff --git a/module/program/control.php b/module/program/control.php
index 413d6ff609..672800705d 100644
--- a/module/program/control.php
+++ b/module/program/control.php
@@ -171,7 +171,6 @@ class program extends control
$this->view->pmUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst');
$this->view->poUsers = $this->user->getPairs('noclosed|nodeleted|pofirst');
$this->view->users = $this->user->getPairs('noclosed|nodeleted');
- $this->view->userInfos = $this->user->getUserDisplayInfos(array_keys($this->view->users));
$this->view->parentProgram = $parentProgram;
$this->view->parents = $this->program->getParentPairs();
$this->view->programList = $this->program->getList();
diff --git a/module/program/view/create.html.php b/module/program/view/create.html.php
index 84f2d8c257..da9cf417b5 100644
--- a/module/program/view/create.html.php
+++ b/module/program/view/create.html.php
@@ -39,7 +39,6 @@
program->parentBudget);?>
project->future);?>
-
program->subAclList : $lang->program->aclList;?>
program->create->requiredFields;?>
@@ -61,7 +60,7 @@
| program->PM;?> |
- |
+ |
| program->budget;?> |
@@ -117,7 +116,7 @@
whitelist;?> |
-
+
fetch('my', 'buildContactLists', "dropdownName='whitelist'");?>
|
diff --git a/module/project/control.php b/module/project/control.php
index ea7bd8054e..d42e4f6326 100644
--- a/module/project/control.php
+++ b/module/project/control.php
@@ -479,7 +479,6 @@ class project extends control
$this->view->gobackLink = (isset($output['from']) and $output['from'] == 'global') ? $this->createLink('project', 'browse') : '';
$this->view->pmUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst');
$this->view->users = $this->user->getPairs('noclosed|nodeleted');
- $this->view->userInfos = $this->user->getUserDisplayInfos(array_keys($this->view->users));
$this->view->copyProjects = $this->project->getPairsByModel($model);
$this->view->products = $products;
$this->view->allProducts = array('0' => '') + $this->program->getProductPairs($programID, 'assign', 'noclosed');
diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php
index a7c17e4639..012b3042d7 100644
--- a/module/project/view/create.html.php
+++ b/module/project/view/create.html.php
@@ -23,7 +23,6 @@
-
project->create->requiredFields;?>
| project->PM;?> |
- |
+ |
| project->budget;?> |
@@ -162,7 +161,7 @@
whitelist;?> |
-
+
fetch('my', 'buildContactLists', "dropdownName='whitelist'");?>
|
diff --git a/module/story/control.php b/module/story/control.php
index e945e643ba..fc9bd961ea 100644
--- a/module/story/control.php
+++ b/module/story/control.php
@@ -319,7 +319,6 @@ class story extends control
$this->view->gobackLink = (isset($output['from']) and $output['from'] == 'global') ? $this->createLink('product', 'browse', "productID=$productID") : '';
$this->view->products = $products;
$this->view->users = $users;
- $this->view->userInfos = $this->user->getUserDisplayInfos(array_keys($users));
$this->view->moduleID = $moduleID ? $moduleID : (int)$this->cookie->lastStoryModule;
$this->view->moduleOptionMenu = $moduleOptionMenu;
$this->view->plans = $this->loadModel('productplan')->getPairsForStory($productID, $branch, 'skipParent|unexpired');
diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php
index 32460ba493..5fa2732c73 100644
--- a/module/story/view/create.html.php
+++ b/module/story/view/create.html.php
@@ -20,7 +20,6 @@
story->feedbackSource); ?>
-
@@ -107,7 +106,7 @@
' id='reviewerBox'>
- PO : '', "class='form-control' multiple");?>
+ PO : '', "class='form-control chosen' multiple");?>
story->checkForceReview()):?>
@@ -251,7 +250,7 @@
story->mailto;?> |
- chooseUsersToMail}' multiple");?>
+ chooseUsersToMail}' multiple");?>
fetch('my', 'buildContactLists');?>
|
|