// Slip and Statuses bootstrap design

This commit is contained in:
Jerome Nadaud
2013-09-26 17:30:34 +02:00
parent a1c7dd3ee9
commit 9ea723d07e
3 changed files with 51 additions and 21 deletions
+3 -1
View File
@@ -35,10 +35,12 @@ class AdminSlipControllerCore extends AdminController
'id_order_slip' => array(
'title' => $this->l('ID'),
'align' => 'center',
'class' => 'fixed-width-xs'
),
'id_order' => array(
'title' => $this->l('ID Order'),
'align' => 'left'
'align' => 'left',
'class' => 'fixed-width-md'
),
'date_add' => array(
'title' => $this->l('Date issued'),