// Products section list adjustment

This commit is contained in:
Jerome Nadaud
2013-09-20 16:19:50 +02:00
parent caa1dbc7ea
commit f44ecb9fc8
10 changed files with 38 additions and 18 deletions
@@ -46,6 +46,7 @@ class AdminScenesControllerCore extends AdminController
'id_scene' => array(
'title' => $this->l('ID'),
'align' => 'center',
'class' => 'fixed-width-xs'
),
'name' => array(
'title' => $this->l('Image Maps'),
@@ -54,6 +55,7 @@ class AdminScenesControllerCore extends AdminController
'active' => array(
'title' => $this->l('Activated'),
'align' => 'center',
'class' => 'fixed-width-xs',
'active' => 'status',
'type' => 'bool',
'orderby' => false