add avance settings

This commit is contained in:
Matias Alejo Garcia 2015-05-04 12:23:43 -03:00
commit 5c3b65c38b
10 changed files with 71 additions and 26 deletions

View file

@ -21,9 +21,9 @@
<i class="icon-arrow-right3 size-24 right text-gray"></i>
<span translate>Backup</span>
</li>
<li class="line-b p20" ng-click="$root.go('delete')">
<li class="line-b p20" ng-click="$root.go('preferencesAdvanced')">
<i class="icon-arrow-right3 size-24 right text-gray"></i>
<span translate>Delete</span>
<span translate>Advanced</span>
</li>
<h4 class="title m0" translate>Global settings</h4>

View file

@ -0,0 +1,15 @@
<div class="content preferences" ng-controller="preferencesAdvancedController as preferences">
<ul class="no-bullet m0 size-14">
<li class="line-b p20" ng-click="index.retryScan(); $root.go('walletHome'); ">
<span translate>Scan addresses for funds</span>
</li>
<li class="line-b p20" ng-click="$root.go('delete')">
<i class="icon-arrow-right3 size-24 right text-gray"></i>
<span translate>Delete Wallet</span>
</li>
</ul>
</div>
<div class="extra-margin-bottom"></div>

View file

@ -6,7 +6,7 @@
</span>
</div>
<div class="columns text-center m10t">
<p translate class="size-12 text-gray">Permanently delete this wallet. WARNING: this action cannot be reversed.</p>
<p translate class="size-14 text-gray">Permanently delete this wallet. THIS ACTION CANNONT BE REVERSED</p>
<button class="button expand warning" ng-click="preferences.deleteWallet()" translate>
Delete wallet
</button>