Added Buttons for printing Paper Wallets

Added Buttons for printint Paper Wallets for generated Legacy- and SegWit-Adresses
This commit is contained in:
oliverdorn 2017-11-25 00:49:16 +01:00 committed by GitHub
parent 217897285e
commit 9bccc5c512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -321,6 +321,8 @@
</div> </div>
<input type="button" class="btn btn-primary" value="Generate" id="newKeysBtn"> <input type="button" class="btn btn-primary" value="Generate" id="newKeysBtn">
<br><br>
<input type="button" class="btn btn-primary" value="Print Paperwallet" id="newPaperwalletBtn" disabled>
<br> <br>
</div> </div>
@ -362,6 +364,8 @@
</div> </div>
<input type="button" class="btn btn-primary" value="Generate" id="newSegWitKeysBtn"> <input type="button" class="btn btn-primary" value="Generate" id="newSegWitKeysBtn">
<br><br>
<input type="button" class="btn btn-primary" value="Print Paperwallet" id="newSegwitPaperwalletBtn" disabled>
<br> <br>
</div> </div>