card brand images
This commit is contained in:
parent
87f7b782dc
commit
66cb7f9bf0
|
@ -16,9 +16,9 @@
|
||||||
<label for="card_number">{{'number' | i18n}}</label>
|
<label for="card_number">{{'number' | i18n}}</label>
|
||||||
<input id="card_number" class="form-control" type="text" name="card_number" [(ngModel)]="card.number" required pattern="[0-9]*"
|
<input id="card_number" class="form-control" type="text" name="card_number" [(ngModel)]="card.number" required pattern="[0-9]*"
|
||||||
autocomplete="cc-number">
|
autocomplete="cc-number">
|
||||||
<small class="form-text text-muted">{{'creditCardAllBrandsAccepted' | i18n}}</small>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-7">
|
<div class="form-group col-7 d-flex align-items-end">
|
||||||
|
<img src="../../images/cards.png" alt="" width="277" height="32">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-4">
|
<div class="form-group col-4">
|
||||||
<label for="exp_month">{{'expirationMonth' | i18n}}</label>
|
<label for="exp_month">{{'expirationMonth' | i18n}}</label>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 13 KiB |
|
@ -1280,9 +1280,6 @@
|
||||||
"creditCard": {
|
"creditCard": {
|
||||||
"message": "Credit Card"
|
"message": "Credit Card"
|
||||||
},
|
},
|
||||||
"creditCardAllBrandsAccepted": {
|
|
||||||
"message": "All major credit card brands are accepted."
|
|
||||||
},
|
|
||||||
"paypalClickSubmit": {
|
"paypalClickSubmit": {
|
||||||
"message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue."
|
"message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue