Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7585 → Rev 7586

/mods/mod_paypal/order_view_afterpayment.phtml
13,7 → 13,11
<div class="wpsg_form_field ">
<div class="wpsg_form_left">
<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>
<label for=""><?php echo __('PaymentID', 'wpsg'); ?>: [<a href="<?php
echo wpsg_admin_url('Order', 'view', ['action' => 'ajax', 'mod' => 'wpsg_mod_paypal', 'do' => 'refresh', 'edit_id' => $this->view['oOrder']->getId()], ['noheader' => '1']);
?>"><?php echo __('Status Aktualisieren', 'wpsg'); ?></a>]</label>
</div>
<div class="wpsg_form_right">
<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>