// Btn-primary replacement

This commit is contained in:
Jerome Nadaud
2013-10-21 18:56:41 +02:00
parent 766e409476
commit f336cc599b
26 changed files with 34 additions and 36 deletions
@@ -149,7 +149,7 @@ class AdminAddressesControllerCore extends AdminController
),
'submit' => array(
'title' => $this->l('Save '),
'class' => 'btn btn-primary'
'class' => 'btn btn-default'
)
);
$id_customer = (int)Tools::getValue('id_customer');