commit
f17b4642ec
1 changed files with 3 additions and 9 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
<ion-modal-view id="settings-fee" class="settings" ng-controller="preferencesFeeController" >
|
<ion-modal-view id="settings-fee" class="settings" ng-controller="preferencesFeeController" >
|
||||||
<ion-header-bar align-title="center" class="bar-royal">
|
<ion-header-bar align-title="center" class="bar-royal">
|
||||||
<button class="button button-clear" ng-click="hideModal()">
|
|
||||||
Close
|
|
||||||
</button>
|
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{{'Bitcoin Network Fee Policy'|translate}}
|
{{'Bitcoin Network Fee Policy'|translate}}
|
||||||
</div>
|
</div>
|
||||||
|
<button class="button button-clear" ng-click="chooseNewFee()">
|
||||||
|
OK
|
||||||
|
</button>
|
||||||
</ion-header-bar>
|
</ion-header-bar>
|
||||||
<ion-content ng-init="init(network)">
|
<ion-content ng-init="init(network)">
|
||||||
<div class="settings-explanation">
|
<div class="settings-explanation">
|
||||||
|
|
@ -28,11 +28,5 @@
|
||||||
{{level|translate}}
|
{{level|translate}}
|
||||||
</ion-radio>
|
</ion-radio>
|
||||||
</div>
|
</div>
|
||||||
<div class="m20t">
|
|
||||||
<button class="button button-standard button-primary" ng-click="chooseNewFee()" >
|
|
||||||
<span translate ng-if="!noSave">Save</span>
|
|
||||||
<span translate ng-if="noSave">OK</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
</ion-modal-view>
|
</ion-modal-view>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue