//missing file btn-primary => btn btn-default

This commit is contained in:
Vincent Augagneur
2013-10-22 09:15:46 +02:00
parent 8144935d76
commit a62f9169d5
+1 -1
View File
@@ -215,7 +215,7 @@ class BankWire extends PaymentModule
),
'submit' => array(
'title' => $this->l('Save'),
'class' => 'btn btn-primary')
'class' => 'btn btn-default')
),
);