//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:
@@ -75,7 +75,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'1' => 'enabled.gif',
|
||||
'0' => 'disabled.gif'
|
||||
),
|
||||
'width' => 25,
|
||||
'width' => 190,
|
||||
'type' => 'bool',
|
||||
'orderby' => false
|
||||
),
|
||||
@@ -92,7 +92,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
),
|
||||
'template' => array(
|
||||
'title' => $this->l('E-mail template'),
|
||||
'width' => 100
|
||||
'width' => 120
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user