// Fix Dashboard toolbar
This commit is contained in:
@@ -31,12 +31,6 @@
|
||||
var read_more = '{l s='Read more'}'
|
||||
</script>
|
||||
|
||||
<div class="page-head">
|
||||
<h2 class="page-title">
|
||||
{l s='Dashboard'}
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div id="dashboard">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
|
||||
@@ -52,6 +52,14 @@ class AdminDashboardControllerCore extends AdminController
|
||||
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/css/nv.d3.css',
|
||||
));
|
||||
}
|
||||
|
||||
public function initPageHeaderToolbar()
|
||||
{
|
||||
parent::initPageHeaderToolbar();
|
||||
|
||||
$this->page_header_toolbar_title = $this->l('Dashboard');
|
||||
$this->page_header_toolbar_btn = array();
|
||||
}
|
||||
|
||||
protected function getOptionFields()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user