2016-09-22 15:06:34 -04:00
|
|
|
<ion-view class="settings">
|
2016-09-01 12:36:59 -04:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-10-12 22:01:48 -04:00
|
|
|
<ion-nav-title>{{'More Options' | translate}}</ion-nav-title>
|
2016-08-29 16:48:15 -03:00
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
2016-08-16 16:47:51 -03:00
|
|
|
</ion-nav-bar>
|
2016-09-22 11:55:23 -03:00
|
|
|
<ion-content>
|
2016-08-16 16:47:51 -03:00
|
|
|
<div class="list">
|
2017-01-18 13:15:46 -03:00
|
|
|
|
2017-02-06 12:59:16 -03:00
|
|
|
<div ng-include="'views/includes/walletItem.html'"></div>
|
2017-01-18 13:15:46 -03:00
|
|
|
|
2016-09-06 17:53:20 -04:00
|
|
|
<a class="item item-icon-right" ui-sref="tabs.preferences.information">
|
2016-08-16 16:47:51 -03:00
|
|
|
<span translate>Wallet Information</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-arrow-right"></i>
|
2016-09-06 17:53:20 -04:00
|
|
|
</a>
|
2016-09-07 12:23:09 -03:00
|
|
|
<a class="item item-icon-right" ui-sref="tabs.preferences.export">
|
2016-08-16 16:47:51 -03:00
|
|
|
<span translate>Export Wallet</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-arrow-right"></i>
|
2016-09-06 17:53:20 -04:00
|
|
|
</a>
|
|
|
|
|
<a class="item item-icon-right" ui-sref="tabs.preferences.preferencesBwsUrl">
|
2016-08-16 16:47:51 -03:00
|
|
|
<span translate>Wallet Service URL</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-arrow-right"></i>
|
2016-09-06 17:53:20 -04:00
|
|
|
</a>
|
|
|
|
|
<a class="item item-icon-right" ui-sref="tabs.preferences.preferencesHistory">
|
2016-08-16 16:47:51 -03:00
|
|
|
<span translate>Transaction History</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-arrow-right"></i>
|
2016-09-06 17:53:20 -04:00
|
|
|
</a>
|
|
|
|
|
<a class="item item-icon-right" ui-sref="tabs.preferences.delete">
|
2016-08-16 16:47:51 -03:00
|
|
|
<span translate>Delete Wallet</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-arrow-right"></i>
|
2016-09-06 17:53:20 -04:00
|
|
|
</a>
|
2016-08-16 16:47:51 -03:00
|
|
|
</div>
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|