Filteres rewritten, birthday added, some fixes:
[shipsimu.git] / application / shoutbox / templates / de / code / action_shoutbox_login_profile.ctp
index 85367c462bb3893c76d158fd3d4e1e6053be9de9..dd27e8a90d7bccc38c7075af79c3ba7f3da74634 100644 (file)
@@ -16,7 +16,7 @@ $helper->addFieldText('pass2', "Neues Passwort, Wiederholung:");
 $helper->addInputPasswordField('pass2');
 
 // Display current email
-$helper->addFormNote('current_email', "Derzeitige Email-Adresse: <span id=\"displayed_field\">".$helper->getValueField('email')."</span>");
+$helper->addFormNote('current_email', "Derzeitige Email-Adresse: <span class=\"persona_data\">".$helper->getValueField('email')."</span>");
 
 // Only for changing email address
 if ($helper->ifEmailChangeAllowed()) {