// fix table extensible

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11676 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-22 19:45:23 +00:00
parent 7bac43b93c
commit fbb969c028
10 changed files with 20 additions and 15 deletions
+2 -2
View File
@@ -79,14 +79,14 @@ class AdminCartsControllerCore extends AdminController
),
'date_add' => array(
'title' => $this->l('Date'),
'width' => 120,
'width' => 150,
'align' => 'right',
'type' => 'datetime',
'filter_key' => 'a!date_add'
),
'id_guest' => array(
'title' => $this->l('Online'),
'width' => 25,
'width' => 40,
'align' => 'center',
'type' => 'bool',
'filter_key' => 'id_guest',