Skip to content

Commit

Permalink
move button and add message
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptochangements34 authored Apr 25, 2018
1 parent 23605f1 commit 8151d96
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<div id="textbox">
<h2 class="alignleft"> <?php echo $message; ?> </h2>
<input type="button" value="Verify Payment" onClick="window.location.reload()">
</div>

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

Expand Down Expand Up @@ -40,4 +45,3 @@
<!-- end monero container payment box -->

</div>
<input type="button" value="Verify Payment" onClick="window.location.reload()" style="float: right;">

0 comments on commit 8151d96

Please sign in to comment.