X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Ftemplates%2Fde%2Fcode%2Faction_login_profile.ctp;h=db9afe3faaf9c66e06f3f99347271deaae5a731e;hp=841d63f44b47055db583788c5a9115648a128a80;hb=ed7ca64368d512574efeda0f6b8d8e970d41aa1d;hpb=d9f03cd847ac073e31b64f5e8d1da8912c160c0b diff --git a/application/ship-simu/templates/de/code/action_login_profile.ctp b/application/ship-simu/templates/de/code/action_login_profile.ctp index 841d63f..db9afe3 100644 --- a/application/ship-simu/templates/de/code/action_login_profile.ctp +++ b/application/ship-simu/templates/de/code/action_login_profile.ctp @@ -16,7 +16,7 @@ $helper->addFieldText('pass2', "Neues Passwort, Wiederholung:"); $helper->addInputPasswordField('pass2'); // Display current email -$helper->addFormNote('current_email', "Derzeitige Email-Adresse: ".$helper->getField('email').""); +$helper->addFormNote('current_email', "Derzeitige Email-Adresse: ".$helper->getValueField('email').""); // Only for changing email address if ($helper->ifEmailChangeAllowed()) {