Subversion Repositories wpShopGermany4

Rev

Rev 7237 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1067 daniel 1
<?php
2
 
3
	/**
4
	 * Diese Mail wird an den Kunden geschickt, wenn er die Passwort Anfrage erfolgreich bestätigt hat
5
	 */
6
 
7829 daniel 7
	/** @var $oCustomer wpsg_customer */
8
	$oCustomer = $this->view['oCustomer'];
7237 thomas 9
 
7829 daniel 10
?><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $oCustomer->getTitle(), $oCustomer->getName()); ?>
1067 daniel 11
 
7237 thomas 12
 
1067 daniel 13
<?php echo __('Sie haben eine neues Passwort angefragt.', 'wpsg'); ?>
14
 
15
<?php echo wpsg_translate(__('Ihr neues Passwort lautet ab sofort: #1#', 'wpsg'), $this->view['kunde']['passwort']); ?>
16
 
17
<?php echo __('Viele Grüße', 'wpsg'); ?>
18
 
3659 daniel 19
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>