// orders WIP
This commit is contained in:
@@ -93,8 +93,8 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'title' => $this->l('Send email to customer'),
|
||||
'align' => 'center',
|
||||
'icon' => array(
|
||||
'1' => 'enabled.gif',
|
||||
'0' => 'disabled.gif'
|
||||
'1' => 'icon-ok text-success',
|
||||
'0' => 'icon-ban-circle text-danger'
|
||||
),
|
||||
'type' => 'bool',
|
||||
'orderby' => false,
|
||||
@@ -104,8 +104,8 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'title' => $this->l('Delivery'),
|
||||
'align' => 'center',
|
||||
'icon' => array(
|
||||
'1' => 'enabled.gif',
|
||||
'0' => 'disabled.gif'
|
||||
'1' => 'icon-ok text-success',
|
||||
'0' => 'icon-ban-circle text-danger'
|
||||
),
|
||||
'type' => 'bool',
|
||||
'orderby' => false,
|
||||
@@ -116,8 +116,8 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'title' => $this->l('Invoice'),
|
||||
'align' => 'center',
|
||||
'icon' => array(
|
||||
'1' => 'enabled.gif',
|
||||
'0' => 'disabled.gif'
|
||||
'1' => 'icon-ok text-success',
|
||||
'0' => 'icon-ban-circle text-danger'
|
||||
),
|
||||
'type' => 'bool',
|
||||
'orderby' => false,
|
||||
|
||||
Reference in New Issue
Block a user