fix check/uncheck icon - show input file
This commit is contained in:
parent
8b74c621f7
commit
1bcaffdfe2
4 changed files with 11 additions and 6 deletions
|
|
@ -124,9 +124,9 @@
|
|||
|
||||
<div class="list">
|
||||
|
||||
<label class="item item-input item-stacked-label no-border" ng-show="!index.isSafari && !index.isCordova">
|
||||
<label class="item item-input item-stacked-label no-border" ng-show="!isSafari && !isCordova">
|
||||
<div class="input-label" translate>Choose a backup file from your computer</div>
|
||||
<div >
|
||||
<div>
|
||||
<input type="file"
|
||||
placeholder="{{'Select a backup file'|translate}}"
|
||||
name="backupFile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue