// 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
@@ -83,7 +83,7 @@ class AdminDeliverySlipControllerCore extends AdminController
),
'submit' => array(
'title' => $this->l('Generate PDF file'),
'class' => 'btn btn-primary',
'class' => 'btn btn-default',
'icon' => 'icon-download-alt'
)
);