// 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
@@ -190,7 +190,7 @@ class AdminStockConfigurationControllerCore extends AdminController
),
'submit' => array(
'title' => $this->l('Save'),
'class' => 'btn btn-primary'
'class' => 'btn btn-default'
)
);
}
@@ -302,7 +302,7 @@ class AdminStockConfigurationControllerCore extends AdminController
),
'submit' => array(
'title' => $this->l('Save'),
'class' => 'btn btn-primary'
'class' => 'btn btn-default'
)
);
@@ -339,7 +339,7 @@ class AdminStockConfigurationControllerCore extends AdminController
),
'submit' => array(
'title' => $this->l('Save'),
'class' => 'btn btn-primary'
'class' => 'btn btn-default'
)
);
}