// fix bug page commande facture

This commit is contained in:
vKham
2011-12-08 16:50:34 +00:00
parent 8cb26f81e6
commit f88e5df23f
5 changed files with 25 additions and 13 deletions
@@ -110,7 +110,6 @@ class AdminInvoicesControllerCore extends AdminController
'date_to' => date('Y-m-d')
);
$this->tpl_form_vars = array('style' => 'float:left;');
$this->table = 'invoice_date';
$this->toolbar_title = $this->l('Print PDF invoices');
return parent::renderForm();
@@ -163,7 +162,7 @@ class AdminInvoicesControllerCore extends AdminController
$this->tpl_form_vars = array(
'statusStats' => $status_stats,
'style' => 'margin-left:400px'
'style' => ''
);
$this->table = 'invoice_status';
@@ -64,9 +64,9 @@ class AdminShippingControllerCore extends AdminController
'validation' => 'isUnsignedFloat'),
),
'description' =>
'<ul style="font-size:11px;color:#7F7F7F;line-height:20px;margin-left:20px;">
<li style="list-style-type: disc;">'.$this->l('If you set these parameters to 0, they will be disabled').'</li>
<li style="list-style-type: disc;">'.$this->l('Coupons are not taken into account when calculating free shipping').'</li>
'<ul>
<li>'.$this->l('If you set these parameters to 0, they will be disabled').'</li>
<li>'.$this->l('Coupons are not taken into account when calculating free shipping').'</li>
</ul>',
'submit' => array()
),