Subversion Repositories wpShopGermany4

Rev

Rev 7343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7343 Rev 7584
Line 12... Line 12...
12
<?php if (wpsg_isSizedString($wpsg_mod_paypalapi_paymentid)) { ?>
12
<?php if (wpsg_isSizedString($wpsg_mod_paypalapi_paymentid)) { ?>
13
 
13
 
14
	<?php echo wpsg_drawForm_Text(
14
	<?php echo wpsg_drawForm_Text(
15
		wpsg_translate(
15
		wpsg_translate(
16
			__('PaymentID [<a href="#1#">Status Aktualisieren</a>]', 'wpsg'),
16
			__('PaymentID [<a href="#1#">Status Aktualisieren</a>]', 'wpsg'),
-
 
17
			wpsg_admin_url('Order', 'ajax', ['noheader' => '1', 'mod' => 'wpsg_mod_paypalapi', 'do' => 'refresh', 'edit_id' => $this->view['oOrder']->id])
17
			WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=ajax&noheader=1&mod=wpsg_mod_paypalapi&do=refresh&edit_id='.$this->view['oOrder']->id
18
			//WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=ajax&noheader=1&mod=wpsg_mod_paypalapi&do=refresh&edit_id='.$this->view['oOrder']->id
18
		),
19
		),
19
		wpsg_translate(__('#1# (#2#)', 'wpsg'), $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentid'), $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentstate'))
20
		wpsg_translate(__('#1# (#2#)', 'wpsg'), $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentid'), $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentstate'))
20
	); ?>
21
	); ?>
21
 
22
 
22
<?php } ?>
23
<?php } ?>