Merge branch 'master' of https://gitlab.zcorp.cc/easycorp/zentaopms
This commit is contained in:
@@ -691,6 +691,7 @@ class customModel extends model
|
||||
{
|
||||
$this->loadModel('setting');
|
||||
$this->setting->setItem('system.custom.sprintConcept', $this->post->sprintConcept);
|
||||
$this->setting->setItem('system.custom.productProject', '0_' . $this->post->sprintConcept);
|
||||
|
||||
/* Change block title. */
|
||||
$oldConfig = isset($this->config->custom->sprintConcept) ? $this->config->custom->sprintConcept : '0';
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<input type='checkbox' id='checkAllProducts'><label for='checkAllProducts'><strong><?php echo $lang->productCommon;?></strong></label>
|
||||
</div>
|
||||
<div class='item checkbox-primary' title="<?php echo $lang->selectAll?>">
|
||||
<input type='checkbox' id='checkAllProjects'><label for='checkAllProjects'><strong><?php echo $lang->executionCommon;?></strong></label>
|
||||
<input type='checkbox' id='checkAllProjects'><label for='checkAllProjects'><strong><?php echo $lang->projectCommon;?></strong></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class='line-groups'>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<input type='checkbox' id='checkAllProducts'><label for='checkAllProducts'><strong><?php echo $lang->productCommon;?></strong></label>
|
||||
</div>
|
||||
<div class='item checkbox-primary' title="<?php echo $lang->selectAll?>">
|
||||
<input type='checkbox' id='checkAllProjects'><label for='checkAllProjects'><strong><?php echo $lang->executionCommon;?></strong></label>
|
||||
<input type='checkbox' id='checkAllProjects'><label for='checkAllProjects'><strong><?php echo $lang->projectCommon;?></strong></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class='line-groups'>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class='cell'>
|
||||
<div class='lineGroup-title'>
|
||||
<div class='item checkbox-primary' title="<?php echo $lang->selectAll?>">
|
||||
<input type='checkbox' id='checkAllProjects'><label for='checkAllProjects'><strong><?php echo $lang->executionCommon;?></strong></label>
|
||||
<input type='checkbox' id='checkAllProjects'><label for='checkAllProjects'><strong><?php echo $lang->projectCommon;?></strong></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class='line-groups sprintGroup'>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<table class='table table-hover table-form'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php echo $lang->executionCommon;?></th>
|
||||
<th><?php echo $lang->projectCommon;?></th>
|
||||
<th class='divider'></th>
|
||||
<th class='w-p50'><?php echo $lang->upgrade->selectProject;?></th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user