// change to price parameter in list

This commit is contained in:
tDidierjean
2011-11-03 17:49:30 +00:00
parent cdf22f1f11
commit 23fd56583e
8 changed files with 38 additions and 35 deletions
@@ -58,11 +58,11 @@ class AdminCustomersControllerCore extends AdminController
'id_customer' => array(
'title' => $this->l('ID'),
'align' => 'center',
'width' => 25
'width' => 20
),
'id_gender' => array(
'title' => $this->l('Gender'),
'width' => 50,
'width' => 70,
'align' => 'center',
'icon' => $genders_icon,
'orderby' => false,
@@ -84,7 +84,7 @@ class AdminCustomersControllerCore extends AdminController
),
'age' => array(
'title' => $this->l('Age'),
'width' => 50,
'width' => 20,
'search' => false,
'align' => 'center'
),
@@ -114,13 +114,13 @@ class AdminCustomersControllerCore extends AdminController
),
'date_add' => array(
'title' => $this->l('Registration'),
'width' => 70,
'width' => 150,
'type' => 'date',
'align' => 'right'
),
'connect' => array(
'title' => $this->l('Connection'),
'width' => 60,
'width' => 100,
'type' => 'datetime',
'search' => false
)