moved request specific amount to above qr code
This commit is contained in:
parent
daf37200e4
commit
eb00d3026b
1 changed files with 6 additions and 6 deletions
|
|
@ -28,6 +28,12 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="address-info" ng-if="wallet && wallet.isComplete()">
|
||||
<div>
|
||||
<button ng-show="addr" class="button button-standard button-small" ng-click="requestSpecificAmount()">
|
||||
<span translate>Request Specific amount</span>
|
||||
<i class="icon ion-ios-arrow-right"></i>
|
||||
</button><br/><br/>
|
||||
</div>
|
||||
<div copy-to-clipboard="wallet.coin == 'bch' && bchAddressType == 'cashaddr' ? 'bitcoincash:' + addr : addr">
|
||||
<span ng-show="shouldShowReceiveAddressFromHardware()">
|
||||
<button class="button button-standard button-primary" ng-click="showReceiveAddressFromHardware()">
|
||||
|
|
@ -55,12 +61,6 @@
|
|||
<span translate>Display BitPay address</span>
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button ng-show="addr" class="button-request" ng-click="requestSpecificAmount()">
|
||||
<span translate>Request Specific amount</span>
|
||||
<i class="icon ion-ios-arrow-right"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button ng-show="addr" class="button-address" ng-click="setAddress(true)">
|
||||
<span translate>Generate new address</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue