// Back office optimization begun (memory & SQL) and will resume tomorrow

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17573 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-09-26 17:52:27 +00:00
parent dc98b821b5
commit 14ccde1851
9 changed files with 119 additions and 92 deletions
@@ -41,6 +41,7 @@ class AdminMetaControllerCore extends AdminController
$this->sm_file = _PS_ROOT_DIR_.'/sitemap.xml';
$this->rb_data = $this->getRobotsContent();
$this->explicitSelect = true;
$this->addRowAction('edit');
$this->addRowAction('delete');
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));