//add stylesheet page commande, fix table extensible
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11808 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -50,11 +50,12 @@ class AdminWebserviceControllerCore extends AdminController
|
||||
'align' => 'center',
|
||||
'active' => 'status',
|
||||
'type' => 'bool',
|
||||
'orderby' => false
|
||||
'orderby' => false,
|
||||
'width' => 32
|
||||
),
|
||||
'description' => array(
|
||||
'title' => $this->l('Key description'),
|
||||
'align' => 'center',
|
||||
'align' => 'left',
|
||||
'orderby' => false
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user