Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1483 from blockchain/sfox-launch
Browse files Browse the repository at this point in the history
Sfox launch
  • Loading branch information
prwelber committed Mar 27, 2018
2 parents bad91d5 + ea3b76d commit 722dc51
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/partials/sfox/checkout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bc-tabs(tab="tabs.selectedTab" tab-options="tabs.options" on-select="tabs.select
i.pointer.ti-close.f-14.mid-grey(ng-click="checkout.dismissSellIntro()")
p.f-12.mt-10(translate="SFOX.sell.INTRODUCING_BODY")
.flex-row.pbvl(ng-if="checkout.onStep('confirm')")
exchange-confirm.width-50.border-desktop(
exchange-confirm.width-55.border-desktop(
type="checkout.type"
quote="checkout.quote"
namespace="'SFOX'"
Expand Down
8 changes: 5 additions & 3 deletions app/templates/exchange/confirm.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ form.bc-form.pv-20(
helper-button(ng-show="field.key === '.TX_FEE'" content="{{namespace + type + '.TRANSACTION_FEE_HELPER'}}")
helper-button(ng-show="field.key === '.TRADING_FEE'" content="{{namespace + '.TRADING_FEE_HELPER'}}")
span {{ field.val }}
.flex-row.flex-center
input(type="checkbox" id="terms" name="terms" ng-model="terms" required)
label.mbn.f-13.em-300(for="terms" translate=".ACCEPT_TERMS")
.flex-row.flex-align-start
.pts
input(type="checkbox" id="terms" name="terms" ng-model="terms" required)
label.mbn.f-13.em-300(ng-if="!$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS")
label.mt-15.mb-20.ml-5.f-11.em-300(ng-if="$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS_EXTENDED" translate-values="{account: $ctrl.tradeAccount.accountNumber}")
.flex-row.flex-end
button.button-muted(type="button" translate="CANCEL" ng-click="$ctrl.onCancel()")
button.button-primary.ml-20(
Expand Down
2 changes: 2 additions & 0 deletions assets/css/modules/_buy-sell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,3 +478,5 @@ input[type="radio"]:checked + label {
background-color: white !important;
}
}

.f-11 { font-size: 11px; }
3 changes: 2 additions & 1 deletion locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,8 @@
"confirm": {
"HEADER": "Confirm Buy Order",
"BODY": "@:SFOX.sell.confirm.BODY",
"ACCEPT_TERMS": "@:SFOX.sell.confirm.ACCEPT_TERMS"
"ACCEPT_TERMS": "@:SFOX.sell.confirm.ACCEPT_TERMS",
"ACCEPT_TERMS_EXTENDED": "I authorize SFOX, Inc. to debit my linked bank account ending in {{::account}} via ACH and acknowledge that all transactions to/from my bank account comply with the SFOX <a href='https://www.sfox.com/terms.html' target='_blank' rel='noopener noreferrer'>Terms of Service</a>, and are in accordance with US law and standard banking (including ACH) guidelines"
},
"processing": {
"DISPLAY": "Pending Buy",
Expand Down

0 comments on commit 722dc51

Please sign in to comment.