diff --git a/module/my/control.php b/module/my/control.php index 4205228d1d..642a2d3089 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -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(); diff --git a/module/my/view/preference.html.php b/module/my/view/preference.html.php index 6f6ca08a32..34462f4885 100755 --- a/module/my/view/preference.html.php +++ b/module/my/view/preference.html.php @@ -55,10 +55,12 @@ html,body {height: 100%;} my->projectLinkList, $projectLink, "class='form-control chosen'");?> +