//btn-primary => btn btn-default thanks @Shipow

This commit is contained in:
Vincent Augagneur
2013-10-22 09:12:01 +02:00
parent 6bc9b54306
commit 8144935d76
33 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -566,7 +566,7 @@ class ReferralProgram extends Module
),
'submit' => array(
'title' => $this->l('Save'),
'class' => 'btn btn-primary',
'class' => 'btn btn-default',
'name' => 'submitReferralProgram',
)
),
@@ -589,7 +589,7 @@ class ReferralProgram extends Module
),
'submit' => array(
'title' => $this->l('Save'),
'class' => 'btn btn-primary',
'class' => 'btn btn-default',
'name' => 'submitText',
)
),