moved request specific amount to above qr code

This commit is contained in:
Kadir Sekha 2018-02-20 23:51:00 +05:30
commit eb00d3026b

View file

@ -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>