// 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
@@ -265,7 +265,7 @@ class AdminSpecificPriceRuleControllerCore extends AdminController
),
'submit' => array(
'title' => $this->l('Save'),
'class' => 'btn btn-primary'
'class' => 'btn btn-default'
),
);
if (($value = $this->getFieldValue($this->object, 'price')) != -1)