commit
bd734dfe31
1 changed files with 24 additions and 24 deletions
|
|
@ -8,32 +8,32 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="large-12 columns line-dashed-h m15b"></div>
|
<div class="large-12 columns line-dashed-h m15b"></div>
|
||||||
<form name="settingsForm">
|
<div class="row collapse">
|
||||||
<fieldset>
|
<form name="settingsForm" class="large-6 small-12 columns">
|
||||||
<legend translate>Wallet Unit</legend>
|
<fieldset>
|
||||||
<select class="form-control" ng-model="selectedUnit" ng-options="o.name for o in unitOpts" required>
|
<legend translate>Wallet Unit</legend>
|
||||||
</select>
|
<select class="form-control" ng-model="selectedUnit" ng-options="o.name for o in unitOpts" required>
|
||||||
</fieldset>
|
</select>
|
||||||
<fieldset>
|
</fieldset>
|
||||||
<legend translate>Alternative Currency</legend>
|
<fieldset>
|
||||||
<select class="form-control" ng-model="selectedAlternative" ng-options="alternative.name for alternative in alternativeOpts" required>
|
<legend translate>Alternative Currency</legend>
|
||||||
</select>
|
<select class="form-control" ng-model="selectedAlternative" ng-options="alternative.name for alternative in alternativeOpts" required>
|
||||||
</fieldset>
|
</select>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
<div class="text-right">
|
<div class="text-left">
|
||||||
<button translate type="submit" class="button primary m0 ng-binding" ng-disabled="setupForm.$invalid || loading" disabled="disabled" ng-click="save()">
|
<button translate type="submit" class="large-6 small-12 columns button primary m0 ng-binding" ng-disabled="setupForm.$invalid || loading" disabled="disabled" ng-click="save()">
|
||||||
Save
|
Save
|
||||||
</button>
|
</button>
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
<div class="large-12 columns line-dashed-h m15b"></div>
|
|
||||||
<div>
|
|
||||||
<div class="oh large-12 columns panel">
|
|
||||||
<h3><i class="fi-minus-circle m10r"></i> <span translate> Delete Wallet </span></h3>
|
|
||||||
<p translate class="large-8 columns text-gray">If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet.</p>
|
|
||||||
<div class="large-4 columns">
|
|
||||||
<a translate class="button warning expand" ng-really-message="'Are you sure to delete this wallet from this computer?'|translate" ng-really-click="deleteWallet()"> Delete</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<div class="large-12 columns line-dashed-h m15b"></div>
|
||||||
|
<div class="oh large-12 columns panel">
|
||||||
|
<h3><i class="fi-minus-circle m10r"></i> <span translate> Delete Wallet </span></h3>
|
||||||
|
<p translate class="large-8 columns text-gray">If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet.</p>
|
||||||
|
<div class="large-4 columns">
|
||||||
|
<a translate class="button warning expand" ng-really-message="'Are you sure to delete this wallet from this computer?'|translate" ng-really-click="deleteWallet()"> Delete</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue