Skip to content

Instantly share code, notes, and snippets.

@danielkmariam
Created August 19, 2013 13:04
Show Gist options
  • Save danielkmariam/6268895 to your computer and use it in GitHub Desktop.
Save danielkmariam/6268895 to your computer and use it in GitHub Desktop.
<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