Filteres rewritten, birthday added, some fixes:
[shipsimu.git] / application / todo / templates / de / code / action_todo_login_profile.ctp
index ee4f27013d6fcd9909f509f127ebc9427a5365f4..6853ae4519ce603cdf3432006684a954c145c990 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()) {