// fix refactoring templates in AdminCustomerThreadsController

This commit is contained in:
lLefevre
2011-12-02 11:19:03 +00:00
parent a85c5d4cd2
commit 70fc45a18d
18 changed files with 1138 additions and 520 deletions
+3 -3
View File
@@ -64,7 +64,7 @@ class AdminCartsController extends AdminController
'callback' => 'getOrderTotalUsingTaxCalculationMethod',
'orderby' => false,
'search' => false,
'width' => 50,
'width' => 80,
'align' => 'right',
'prefix' => '<b>',
'suffix' => '</b>',
@@ -72,14 +72,14 @@ class AdminCartsController extends AdminController
),
'carrier' => array(
'title' => $this->l('Carrier'),
'width' => 25,
'width' => 50,
'align' => 'center',
'callback' => 'replaceZeroByShopName',
'filter_key' => 'ca!name'
),
'date_add' => array(
'title' => $this->l('Date'),
'width' => 90,
'width' => 120,
'align' => 'right',
'type' => 'datetime',
'filter_key' => 'a!date_add'