Merge pull request #1421 from marianorod/advanced_options
Advanced options
This commit is contained in:
commit
e3bba74956
5 changed files with 9 additions and 4 deletions
|
|
@ -25,13 +25,14 @@
|
|||
placeholder="{{'Your wallet password'|translate}}" name="password" ng-model="password" required>
|
||||
|
||||
<a class="expand small" ng-click="hideAdv=!hideAdv">
|
||||
<i class="fi-widget m3r"></i>
|
||||
<span translate ng-hide="!hideAdv">Show</span>
|
||||
<span translate ng-hide="hideAdv">Hide</span>
|
||||
<span translate>advanced options</span>
|
||||
</a>
|
||||
|
||||
|
||||
<div ng-hide="hideAdv">
|
||||
<div ng-hide="hideAdv" class="m10t">
|
||||
<label>
|
||||
<input type="checkbox" class="form-control"
|
||||
name="skipPublicKeyRing" ng-model="skipPublicKeyRing">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue