// Changed modules list button (Sarah needed here!)
This commit is contained in:
@@ -173,7 +173,6 @@ class AdminEmailsControllerCore extends AdminController
|
||||
{
|
||||
$this->initTabModuleList();
|
||||
$this->initToolbar();
|
||||
$this->addToolBarModulesListButton();
|
||||
unset($this->toolbar_btn['save']);
|
||||
$back = $this->context->link->getAdminLink('AdminHome');
|
||||
|
||||
|
||||
@@ -259,9 +259,9 @@ class AdminModulesControllerCore extends AdminController
|
||||
}
|
||||
}
|
||||
$this->context->smarty->assign(array(
|
||||
'tab_modules_list' => $modules_list,
|
||||
'admin_module_favorites_view' => $this->context->link->getAdminLink('AdminModules').'&select=favorites'
|
||||
));
|
||||
'tab_modules_list' => $modules_list,
|
||||
'admin_module_favorites_view' => $this->context->link->getAdminLink('AdminModules').'&select=favorites'
|
||||
));
|
||||
|
||||
$this->smartyOutputContent('controllers/modules/tab_modules_list.tpl');
|
||||
exit;
|
||||
|
||||
@@ -37,7 +37,6 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
|
||||
public function initContent()
|
||||
{
|
||||
$this->initTabModuleList();
|
||||
$this->addToolBarModulesListButton();
|
||||
$this->toolbar_title = $this->l('Stats', 'AdminStatsTab');
|
||||
if ($this->display == 'view')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user