Subversion Repositories wpShopGermany4

Rev

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

Rev 7573 Rev 7593
Line 10... Line 10...
10
$oCustomer = wpsg_customer::getInstance($this->view['kunde']['id']);
10
$oCustomer = wpsg_customer::getInstance($this->view['kunde']['id']);
11
 
11
 
12
include(WPSG_PATH_VIEW . 'mailtemplates/html/logo.phtml');
12
include(WPSG_PATH_VIEW . 'mailtemplates/html/logo.phtml');
13
 
13
 
14
?>
14
?>
15
<p><?php echo wpsg_translate(__('Hallo #1# #2# #3#,', 'wpsg'), $oCustomer->getTitle(), $oCustomer->getFirstname(), $oCustomer->getName()); ?></p> 
15
<p><?php echo wpsg_translate(__('Hallo #1# #2# #3#,', 'wpsg'), $oCustomer->getTitle(), $oCustomer->getFirstname(), $oCustomer->getName()); ?></p>
-
 
16
 
-
 
17
<br />
16
  
18
  
17
<p><?php echo wpsg_translate(
19
<p><?php echo wpsg_translate(
18
	__('Der Status Ihrer Bestellung mit der Bestellnummer #1# hat sich von "#2#" auf "#3#" geändert.', 'wpsg'), 
20
	__('Der Status Ihrer Bestellung mit der Bestellnummer #1# hat sich von "#2#" auf "#3#" geändert.', 'wpsg'), 
19
	$this->view['order']['onr'], 
21
	$this->view['order']['onr'], 
20
	__($this->view['status_alt'], 'wpsg'), 
22
	__($this->view['status_alt'], 'wpsg'),