]> git.mxchange.org Git - shipsimu.git/blobdiff - application/admin/templates/de/code/action_admin_login_profile.ctp
External core repository finally set
[shipsimu.git] / application / admin / templates / de / code / action_admin_login_profile.ctp
index a506218bdaf4b02e11f4621206cc79f58810af72..8957cf9027aa5d20d7216109553e4129d2f37789 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()) {