* Fix program managemembers and create link.

This commit is contained in:
sgm0422
2020-05-19 19:32:08 +08:00
parent 005eca6d81
commit f23e26cd86
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ class program extends control
{
$this->commonAction();
if(common::hasPriv('program', 'create')) $this->lang->pageActions = html::a($this->createLink('program', 'createguide'), "<i class='icon icon-sm icon-plus'></i> " . $this->lang->program->create, '', "class='btn btn-primary' data-toggle='modal' data-type='ajax'");
if(common::hasPriv('program', 'create')) $this->lang->pageActions = html::a($this->createLink('program', 'create'), "<i class='icon icon-sm icon-plus'></i> " . $this->lang->program->create, '', "class='btn btn-primary'");
$programType = $this->cookie->programType ? $this->cookie->programType : 'bylist';
@@ -84,7 +84,7 @@ class program extends control
$this->display();
}
public function create($template = 'scrum', $copyProgramID = '')
public function create($template = 'cmmi', $copyProgramID = '')
{
$this->commonAction();