X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fblog%2Ftemplates%2Fde%2Fcode%2Faction_blog_login_profile.ctp;h=7a44b9a4feb0cdea2abb229505d06342d0557dd8;hp=c76abd364a6b3083afb43c29a836d27da49b11db;hb=3fa969fe802f144628b970758cc974e50f04f9dc;hpb=3eda441b496fe55fa22a5b748235c39015d1e081 diff --git a/application/blog/templates/de/code/action_blog_login_profile.ctp b/application/blog/templates/de/code/action_blog_login_profile.ctp index c76abd3..7a44b9a 100644 --- a/application/blog/templates/de/code/action_blog_login_profile.ctp +++ b/application/blog/templates/de/code/action_blog_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->getValueField('email').""); +$helper->addFormNote('current_email', "Derzeitige Email-Adresse: ".$helper->getValueField('email').""); // Only for changing email address if ($helper->ifEmailChangeAllowed()) {