mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
Checkout UI: HTML fixes
This commit is contained in:
parent
489ce0bebc
commit
6d49093620
@ -44,25 +44,25 @@
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<center style="padding: 2em">
|
||||
<div style="padding:2em;text-align:center;">
|
||||
<h2>Javascript is currently disabled in your browser.</h2>
|
||||
<h5>Please enable Javascript and refresh this page for the best experience.</h5>
|
||||
|
||||
<p>Alternatively, click below to continue to our HTML-only invoice.</p>
|
||||
|
||||
<a href="/invoice-noscript?id=@Model.InvoiceId" style="text-decoration: underline; color: blue">
|
||||
<a href="/invoice-noscript?id=@Model.InvoiceId" style="text-decoration:underline;color:blue">
|
||||
Continue to javascript-disabled invoice >
|
||||
</a>
|
||||
</center>
|
||||
</div>
|
||||
</noscript>
|
||||
|
||||
<!--[if lte IE 8]>
|
||||
<center style="padding: 2em">
|
||||
<div style="padding:2em;text-align:center;">
|
||||
<form action="/invoice-noscript" method="GET">
|
||||
<button style="text-decoration: underline; color: blue">Continue to legacy browser compatible invoice page
|
||||
</button>
|
||||
</form>
|
||||
</center>
|
||||
</div>
|
||||
<![endif]-->
|
||||
|
||||
<invoice>
|
||||
|
Loading…
Reference in New Issue
Block a user