Skip to content

Commit

Permalink
Set same style than the other "Back to Browse" buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Apr 22, 2017
1 parent a85efe3 commit 3ee3d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _protected/app/system/modules/affiliate/forms/BankForm.php
Expand Up @@ -35,7 +35,7 @@ public static function display()
$oForm->addElement(new \PFBC\Element\Token('bank_account'));

if (AdminCore::auth() && !Affiliate::auth() && $oHR->getExists('profile_id')) {
$oForm->addElement(new \PFBC\Element\HTMLExternal('<p class="center"><a class="btn btn-default btn-sm" href="' . Uri::get('affiliate', 'admin', 'browse') . '">' . t('Return to back affiliates browse') . '</a></p>'));
$oForm->addElement(new \PFBC\Element\HTMLExternal('<p class="center"><a class="bold btn btn-default btn-md" href="' . Uri::get('affiliate', 'admin', 'browse') . '">' . t('Return to back affiliates browse') . '</a></p>'));
}
unset($oHR);

Expand Down

0 comments on commit 3ee3d5b

Please sign in to comment.