// Toolbar modifs
This commit is contained in:
@@ -40,6 +40,17 @@ class AdminInformationControllerCore extends AdminController
|
||||
parent::initContent();
|
||||
}
|
||||
|
||||
public function initToolbarTitle()
|
||||
{
|
||||
$this->toolbar_title = array_unique($this->breadcrumbs);
|
||||
}
|
||||
|
||||
public function initPageHeaderToolbar()
|
||||
{
|
||||
parent::initPageHeaderToolbar();
|
||||
unset($this->page_header_toolbar_btn['back']);
|
||||
}
|
||||
|
||||
public function renderView()
|
||||
{
|
||||
$this->initPageHeaderToolbar();
|
||||
@@ -77,12 +88,6 @@ class AdminInformationControllerCore extends AdminController
|
||||
return parent::renderView();
|
||||
}
|
||||
|
||||
public function initPageHeaderToolbar()
|
||||
{
|
||||
$this->page_header_toolbar_title = $this->l('Configuration information');
|
||||
parent::initPageHeaderToolbar();
|
||||
}
|
||||
|
||||
/**
|
||||
* get all tests
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user