//Update usage of row list actions

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9390 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-10-17 12:52:18 +00:00
parent 2e34e7cadd
commit bf309b0d51
11 changed files with 32 additions and 24 deletions
@@ -32,10 +32,11 @@ class AdminOrderMessageController extends AdminController
$this->table = 'order_message';
$this->className = 'OrderMessage';
$this->lang = true;
$this->edit = true;
$this->delete = true;
$this->requiredDatabase = true;
$this->addRowAction('edit');
$this->addRowAction('delete');
$this->context = Context::getContext();
if (!Tools::getValue('realedit'))