//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:
@@ -35,8 +35,9 @@ class AdminImagesController extends AdminController
|
||||
$this->table = 'image_type';
|
||||
$this->className = 'ImageType';
|
||||
$this->lang = false;
|
||||
$this->edit = true;
|
||||
$this->delete = true;
|
||||
|
||||
$this->addRowAction('edit');
|
||||
$this->addRowAction('delete');
|
||||
|
||||
$this->fieldsDisplay = array(
|
||||
'id_image_type' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
|
||||
|
||||
Reference in New Issue
Block a user