//Update usage of row list actions

This commit is contained in:
dSevere
2011-10-17 12:52:18 +00:00
parent b7e48b27f2
commit 8a3bd72ff5
11 changed files with 32 additions and 24 deletions
+3 -2
View File
@@ -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),