Subversion Repositories wpShopGermany4

Rev

Rev 7410 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7410 Rev 7586
Line 11... Line 11...
11
 
11
 
12
<?php if (wpsg_isSizedString($wpsg_mod_paypal_paymentid)) { ?>
12
<?php if (wpsg_isSizedString($wpsg_mod_paypal_paymentid)) { ?>
13
	
13
	
14
	<div class="wpsg_form_field ">
14
	<div class="wpsg_form_field ">
15
		<div class="wpsg_form_left">
15
		<div class="wpsg_form_left">
16
			<label for=""><?php echo __('PaymentID', 'wpsg'); ?>: [<a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&action=ajax&noheader=1&mod=wpsg_mod_paypal&do=refresh&edit_id=<?php echo $this->view['oOrder']->id; ?>"><?php echo __('Status Aktualisieren', 'wpsg'); ?></a>]</label>
16
			<label for=""><?php echo __('PaymentID', 'wpsg'); ?>: [<a href="<?php 
-
 
17
				
-
 
18
				echo wpsg_admin_url('Order', 'view', ['action' => 'ajax', 'mod' => 'wpsg_mod_paypal', 'do' => 'refresh', 'edit_id' => $this->view['oOrder']->getId()], ['noheader' => '1']);
-
 
19
					
-
 
20
			?>"><?php echo __('Status Aktualisieren', 'wpsg'); ?></a>]</label>
17
		</div>
21
		</div>
18
		<div class="wpsg_form_right">
22
		<div class="wpsg_form_right">
19
			<p class="" id=""><?php echo wpsg_translate(__('#1# (#2#)', 'wpsg'), $this->view['oOrder']->getMeta('wpsg_mod_paypal_paymentid'), $this->view['oOrder']->getMeta('wpsg_mod_paypal_paymentstate')); ?></p>
23
			<p class="" id=""><?php echo wpsg_translate(__('#1# (#2#)', 'wpsg'), $this->view['oOrder']->getMeta('wpsg_mod_paypal_paymentid'), $this->view['oOrder']->getMeta('wpsg_mod_paypal_paymentstate')); ?></p>
20
		</div>
24
		</div>
21
		<div class="wpsg_clear"></div>
25
		<div class="wpsg_clear"></div>