fix double type text
This commit is contained in:
parent
fb4662663d
commit
808c7f74a5
3 changed files with 6 additions and 6 deletions
|
|
@ -133,7 +133,7 @@
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL
|
<span translate>Specify Bitcore Wallet Service URL
|
||||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL
|
<span translate>Specify Bitcore Wallet Service URL
|
||||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
@ -142,7 +142,7 @@
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL
|
<span translate>Specify Bitcore Wallet Service URL
|
||||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
@ -175,7 +175,7 @@
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL
|
<span translate>Specify Bitcore Wallet Service URL
|
||||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<!-- TODO: account
|
<!-- TODO: account
|
||||||
|
|
@ -198,7 +198,7 @@
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL
|
<span translate>Specify Bitcore Wallet Service URL
|
||||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<!-- ng-disabled="import.loading || import.ledger" -->
|
<!-- ng-disabled="import.loading || import.ledger" -->
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="bws" class="oh">
|
||||||
<span translate>Specify Bitcore Wallet Service URL
|
<span translate>Specify Bitcore Wallet Service URL
|
||||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue