Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7560 → Rev 7561

/mailtemplates/adminmail.phtml
70,8 → 70,7
<?php echo wpsg_pad_right(__('Versandart', 'wpsg').':', 35); ?><?php echo $this->arShipping[$this->view['basket']['checkout']['shipping']]['name']; ?>
<?php echo wpsg_pad_right(__('Zahlungsart', 'wpsg').':', 35); ?><?php echo $this->arPayment[$this->view['basket']['checkout']['payment']]['name']; ?>
<?php $this->callMods('mail_payment'); ?>
<?php echo wpsg_pad_right(__('Bestellung', 'wpsg').':', 35); ?><?php echo WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=view&edit_id='.$this->view['o_id']; ?>
<?php echo $this->render(WPSG_PATH_VIEW.'/mailtemplates/order.phtml'); ?>
 
<?php if ($this->view['basket']['checkout']['comment'] != '') { ?>
/mailtemplates/html/adminmail.phtml
15,7 → 15,7
 
<br />
 
<h2><?php echo __('Warenkorb', 'wpsg'); ?> <a href="<?php echo WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=view&edit_id='.$this->view['o_id']; ?>"><?php echo __('Bestellverwaltung', 'wpsg'); ?></a>:</h2>
<h2><?php echo __('Warenkorb', 'wpsg'); ?>:</h2>
 
<?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/order.phtml'); ?>