From 784d9740a9b16eb4fd1f6f97585ceb1201947d67 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 28 Jan 2020 23:26:05 +0000 Subject: [PATCH] Update displaywithdraw.html --- lnbits/templates/displaywithdraw.html | 203 +++++++++++++++++++++++++- 1 file changed, 201 insertions(+), 2 deletions(-) diff --git a/lnbits/templates/displaywithdraw.html b/lnbits/templates/displaywithdraw.html index e49fb42..4997f59 100644 --- a/lnbits/templates/displaywithdraw.html +++ b/lnbits/templates/displaywithdraw.html @@ -237,6 +237,202 @@ src="{{ url_for('static', filename='plugins/bolt11/utils.js') }}" type="text/javascript" > + + + + + +
@@ -277,10 +473,10 @@ -
>

+


Withdraw Link: {{ user_fau[0][6] }}

-




+





@@ -327,6 +523,9 @@ function drawwithdraw(data) { colorLight: '#ffffff', correctLevel: QRCode.CorrectLevel.M }) + document.getElementById("qrcode").style.backgroundColor = "white"; + document.getElementById("qrcode").style.padding = "20px"; + document.getElementById('qrcodetxt').innerHTML = lnurlfau + "

" }