If mobile app, import from a plain text backup

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-15 12:09:57 -03:00
commit 34b5dc3298
6 changed files with 13 additions and 10 deletions

View file

@ -22,14 +22,14 @@
</span>
</div>
<div ng-show="!is_iOS && !backupOldWallet">
<div ng-show="!is_iOS && !isCordova && !backupOldWallet">
<legend for="backupFile" class="m10b">
<span translate>Choose backup file from your computer</span> <i class="fi-laptop"></i>
</legend>
<input type="file" class="form-control" placeholder="{{'Select a backup file'|translate}}" name="backupFile" ng-model="backupFile" ng-file-select>
</div>
<div ng-show="is_iOS && !backupOldWallet">
<div ng-show="is_iOS || isCordova && !backupOldWallet">
<label for="backupText" class="m10b">
<span translate>Paste backup plain text code</span> <i class="fi-clipboard"></i>
</label>