summaryrefslogtreecommitdiff
path: root/contrib/offer_refund.en.mcpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/offer_refund.en.mcpp')
-rw-r--r--contrib/offer_refund.en.mcpp23
1 files changed, 10 insertions, 13 deletions
diff --git a/contrib/offer_refund.en.mcpp b/contrib/offer_refund.en.mcpp
index 330ecfe3..18ce3df6 100644
--- a/contrib/offer_refund.en.mcpp
+++ b/contrib/offer_refund.en.mcpp
@@ -50,25 +50,22 @@
setTimeout(check, delayMs);
</script>
-
-<h1>Taler refund available</h1>
-
-<div>
- <p>
- Please select your Taler wallet to obtain the refund.
- </p>
-</div>
-
-<div>
+<section id="main" class="content">
+<h1 align="center">Collect Taler refund</h1>
+<div align="center" class="taler-installed-hide">
<p>
- Alternatively, you can scan this QR code to obtain the refund with your mobile wallet:
+ Scan this QR code with your Taler mobile wallet:
</p>
<div class="qr">
{{{taler_refund_qrcode_svg}}}
</div>
<p>
- Finally, you could click <a href="{{taler_refund_uri}}">this link</a> to
- try to open your system's Taler wallet if it exists.
+ <button onclick="window.location.href='{{taler_refund_uri}}';">
+ Or open your Taller wallet
+ </button>
+ </p>
+ <p>
+ <a href="https://wallet.taler.net/">Don't have a Taler wallet yet? Install it!</a>
</p>
</div>
<hr />