//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:
@@ -40,12 +40,11 @@ class AdminSlipControllerCore extends AdminController
|
||||
),
|
||||
'id_order' => array(
|
||||
'title' => $this->l('ID Order'),
|
||||
'width' => 75,
|
||||
'align' => 'center'
|
||||
'align' => 'left'
|
||||
),
|
||||
'date_add' => array(
|
||||
'title' => $this->l('Date issued'),
|
||||
'width' => 60,
|
||||
'width' => 150,
|
||||
'type' => 'date',
|
||||
'align' => 'right'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user