git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10479 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-11-22 22:09:22 +00:00
parent 9aa523fb4d
commit c827a9af0e
+14 -3
View File
@@ -35,11 +35,22 @@ class AdminProfilesControllerCore extends AdminController
$this->lang = true;
$this->addRowAction('edit');
$this->addRowAction('delete');
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
$this->addRowActionSkipList('delete', array(1));
$this->bulk_actions = array(
'delete' => array('text' => $this->l('Delete selected'),
'confirm' => $this->l('Delete selected items?'))
);
$this->fieldsDisplay = array(
'id_profile' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'name' => array('title' => $this->l('Name'), 'width' => 200));
'id_profile' => array(
'title' => $this->l('ID'),
'align' => 'center',
'width' => 25
),
'name' => array('title' => $this->l('Name'), 'width' => 200)
);
$this->identifier = 'id_profile';
$this->fields_form = array(