add bws settings in create wallet->advanced options

This commit is contained in:
Javier 2015-10-16 11:11:49 -03:00
commit 3d6b393e7c
2 changed files with 23 additions and 9 deletions

View file

@ -132,10 +132,9 @@
</label>
<label for="bws" class="oh">
<span translate>Specify Bitcore Wallet Service
<i class="icon-arrow-right3 size-24 right"></i>
<span translate>Specify Bitcore Wallet Service URL
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
</span>
</label>
<label for="createPassphrase" class="line-b oh" ng-hide="setSeed || hwLedger || hwTrezor" ><span translate>Add a Seed Passphrase</span> <small translate>Add an optional passphrase to secure the seed</small>
@ -175,7 +174,7 @@
<span translate>Create {{requiredCopayers}}-of-{{totalCopayers}} wallet</span>
</button>
<button type="submit" class="button round black expand m0" ng-show="totalCopayers == 1" ng-disabled="setupForm.$invalid || create.loading || create.hwWallet">
<button type="submit" class="button round black expand m0" ng-show="totalCopayers == 1" ng-disabled="setupForm.$invalid || create.loading || create.hwWallet">
<span translate>Create new wallet</span>
</button>
</div>