Line 39... |
Line 39... |
39 |
<?php echo __('Um die Zahlung zu starten, klicken Sie bitte auf das PayPal Logo','wpsg'); ?>
|
39 |
<?php echo __('Um die Zahlung zu starten, klicken Sie bitte auf das PayPal Logo','wpsg'); ?>
|
40 |
|
40 |
|
41 |
<div class="wpsg_clear"></div><br />
|
41 |
<div class="wpsg_clear"></div><br />
|
42 |
|
42 |
|
43 |
<a href="<?php echo $this->view['wpsg_mod_paypalapi']['approval_url']; ?>">
|
43 |
<a href="<?php echo $this->view['wpsg_mod_paypalapi']['approval_url']; ?>">
|
44 |
<img src="<?php echo $this->getRessourceURL('mods/mod_billsafe/gfx/pp-logo-big.png'); ?>" align="left" alt="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>">
|
44 |
<img src="<?php echo $this->getRessourceURL('mods/mod_paypalapi/gfx/logo_100x25.png'); ?>" align="left" alt="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>">
|
45 |
</a>
|
45 |
</a>
|
46 |
|
46 |
|
47 |
<?php if ($this->get_option('wpsg_mod_paypalapi_autostart') == '1') { ?>
|
47 |
<?php if ($this->get_option('wpsg_mod_paypalapi_autostart') == '1') { ?>
|
48 |
<script type="text/javascript">/* <![CDATA[ */
|
48 |
<script type="text/javascript">/* <![CDATA[ */
|
49 |
|
49 |
|