Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 7237
Line 3... Line 3...
3
	/**
3
	/**
4
	 * Diese Mail wird an den Kunden geschickt, wenn der Status seines Accounts ändert
4
	 * Diese Mail wird an den Kunden geschickt, wenn der Status seines Accounts ändert
5
	 * und die entsprechende Option aktiviert ist
5
	 * und die entsprechende Option aktiviert ist
6
	 */
6
	 */
7
 
7
 
-
 
8
    $arPflicht = $this->loadPflichtFeldDaten();
-
 
9
    $arTitle = explode('|', $arPflicht['anrede_auswahl']);
-
 
10
 
8
?><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['kunde']['vname'], $this->view['kunde']['name']); ?>  
11
?><?php echo wpsg_translate(__('Hallo #1# #2# #3#,', 'wpsg'), @$arTitle[$this->view['basket']['checkout']['title']], $this->view['basket']['checkout']['vname'], $this->view['basket']['checkout']['name']); ?>
-
 
12
 
9
 
13
 
10
<?php echo __('Der Status Ihres Accounts hat sich gändert auf:', 'wpsg'); ?> <?php echo $this->view['kunde']['status'] ?> 
14
<?php echo __('Der Status Ihres Accounts hat sich gändert auf:', 'wpsg'); ?> <?php echo $this->view['kunde']['status'] ?> 
11
 
15
 
12
<?php echo __('Viele Grüße', 'wpsg'); ?> 
16
<?php echo __('Viele Grüße', 'wpsg'); ?> 
13
 
17