Update is_the_information_correct.php
authorPatrick McGuire <insidenothing@gmail.com>
Fri, 29 May 2020 18:35:06 +0000 (14:35 -0400)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 18:35:06 +0000 (14:35 -0400)
is_the_information_correct.php

index 675ec01..1944d2b 100644 (file)
@@ -88,7 +88,7 @@ $qX = "select * from website_text where id = '6'";
 </div>
 <div class='row'>
   <div class='col-sm-5'><button type="button" class="btn btn-danger btn-lg btn-block" onclick="window.location.href='reset.php'">NO</button></div>
-  <div class='col-sm-5'><button type="button" class="btn btn-success btn-lg btn-block" onclick="window.location.href='eligible.php'">YES</button></div>
+  <div class='col-sm-5'><button type="button" class="btn btn-success btn-lg btn-block" onclick="window.location.href='eligible.php'"><img class='click_me' src="files/click_here.gif">YES</button></div>
 </div>
   
 <?PHP include_once('footer.php');