[*] BO #PSFV-94 : update of the displayform method by helperForm in AdminQuickAccessesController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9355 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-14 08:57:52 +00:00
parent 45645f1f50
commit b58fb34c97
7 changed files with 181 additions and 139 deletions
@@ -30,7 +30,7 @@ class AdminOrderMessageController extends AdminController
public function __construct()
{
$this->table = 'order_message';
$this->className = 'OrderMessage';
$this->className = 'OrderMessage';
$this->lang = true;
$this->edit = true;
$this->delete = true;
@@ -48,7 +48,7 @@ class AdminOrderMessageController extends AdminController
'title' => $this->l('ID'),
'align' => 'center',
'width' => 25
),
),
'name' => array(
'title' => $this->l('Name'),
'width' => 140