Update is_the_information_correct.php
authorPatrick McGuire <insidenothing@gmail.com>
Wed, 10 Jun 2020 00:42:36 +0000 (20:42 -0400)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 00:42:36 +0000 (20:42 -0400)
is_the_information_correct.php

index 390c722..6596c71 100644 (file)
@@ -62,7 +62,7 @@ $qX = "select * from website_text where id = '6'";
     <div class='col-sm-10' style='text-align:center;'><h1><?PHP echo $dX['text_title'];?></h1><h2><?PHP echo $dX['text_block'];?></h2></div>
 </div>
 <div class='row'>
-  <div class='col-sm-10'><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 class='col-sm-10'><button type="button" class="btn btn-success btn-lg btn-block" onclick="window.location.href='eligible.php'"><img alt='Click Here to Continue' class='click_me' src="files/click_here.gif">YES</button></div>
 </div>
 <div class='row'>
   <div class='col-sm-5' style='text-align:right;'><h2>First Name</h2></div>
@@ -101,7 +101,7 @@ $qX = "select * from website_text where id = '6'";
   <div class='col-sm-5' style='text-align:left;'><h2><?PHP echo $RESIDENTIALZIP5;?></h2></div>
 </div>
 <div class='row'>
-  <div class='col-sm-10'><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 class='col-sm-10'><button type="button" class="btn btn-success btn-lg btn-block" onclick="window.location.href='eligible.php'"><img alt='Click Here to Continue' class='click_me' src="files/click_here.gif">YES</button></div>
 </div>
 <div class='row'>
   <div class='col-sm-10'><button type="button" class="btn btn-danger btn-lg btn-block not_me" onclick="window.location.href='reset.php'">NO</button></div>