Skip to content

Commit

Permalink
Update and rename monero.twig to monero.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
serhack authored Mar 28, 2018
1 parent 4bcdc43 commit a3d6793
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="buttons">
<link href="http://cdn.monerointegrations.com/style.css" rel="stylesheet">

Expand All @@ -19,15 +18,15 @@
<div class='content-xmr-payment'>
<div class='xmr-amount-send'>
<span class='xmr-label'>Send:</span>
<div class='xmr-amount-box'>{{$amount_xmr}}</div><div class='xmr-box'>XMR</div>
<div class='xmr-amount-box'><?php echo $amount_xmr; ?></div><div class='xmr-box'>XMR</div>
</div>
<div class='xmr-address'>
<span class='xmr-label'>To this address:</span>
<div class='xmr-address-box'></div>
<div class='xmr-address-box'><?php echo $integrated_address; ?></div>
</div>
<div class='xmr-qr-code'>
<span class='xmr-label'>Or scan QR:</span>
<div class='xmr-qr-code-box'><img src='https://api.qrserver.com/v1/create-qr-code/? size=200x200&data={{$uri}}' /></div>
<div class='xmr-qr-code-box'><img src='https://api.qrserver.com/v1/create-qr-code/? size=200x200&data=<?=$uri?>' /></div>
</div>
<div class='clear'></div>
</div>
Expand Down

0 comments on commit a3d6793

Please sign in to comment.