Created
August 19, 2013 13:04
-
-
Save danielkmariam/6268895 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<h3><?php echo $this->__('PayPal Access Customers') ?></h3> | |
<p><?php echo $this->__('Log in quickly, easily and safely with PayPal Access') ?></p> | |
<ul style="list-style: disc outside none;padding-left: 18px;"> | |
<li><?php echo $this->__('Avoid the hassle of filling in yet another registration form') ?></li> | |
<li><?php echo $this->__('Just one password to remember') ?><input type="image" src="<?php echo $this->getPayPalButtonUrl() ?>" name="submit_with_popup" id="submit_with_popup" alt="Log in with PayPal" onclick="return payPalPopUp()" style="margin-left: 200px"/></li> | |
</ul> | |
<div class="paypal-or"> | |
<center><h4>OR</h4></center> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment