* Hide the option to execution the default landing page.
This commit is contained in:
@@ -883,7 +883,7 @@ class my extends control
|
||||
$this->view->programLink = isset($this->config->programLink) ? $this->config->programLink : 'program-browse';
|
||||
$this->view->productLink = isset($this->config->productLink) ? $this->config->productLink : 'product-all';
|
||||
$this->view->projectLink = isset($this->config->projectLink) ? $this->config->projectLink : 'project-browse';
|
||||
$this->view->executionLink = isset($this->config->executionLink) ? $this->config->executionLink : 'execution-task';
|
||||
//$this->view->executionLink = isset($this->config->executionLink) ? $this->config->executionLink : 'execution-task';
|
||||
$this->view->preferenceSetted = isset($this->config->preferenceSetted) ? true : false;
|
||||
|
||||
$this->display();
|
||||
|
||||
@@ -55,10 +55,12 @@ html,body {height: 100%;}
|
||||
<td><?php echo html::select('projectLink', $lang->my->projectLinkList, $projectLink, "class='form-control chosen'");?></td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<!--
|
||||
<tr>
|
||||
<th><?php echo $lang->my->executionLink;?></th>
|
||||
<td><?php echo html::select('executionLink', $lang->my->executionLinkList, $executionLink, "class='form-control chosen'");?></td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<td colspan='2' class='text-center form-actions'><?php echo html::submitButton();?></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user