Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7235 → Rev 7236

/mailtemplates/status.phtml
5,9 → 5,12
*/
 
$this->htmlMail = false;
$arPflicht = $this->loadPflichtFeldDaten();
$arTitle = explode('|', $arPflicht['anrede_auswahl']);
 
?><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['kunde']['vname'], $this->view['kunde']['name']); ?>
?><?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']); ?>
<?php echo wpsg_translate(
__('Der Status Ihrer Bestellung mit der Bestellnummer #1# hat sich von "#2#" auf "#3#" geƤndert.', 'wpsg'),
$this->view['order']['onr'],