|
|
|
@ -1173,7 +1173,7 @@ if ($form->validate()) { |
|
|
|
'<p>'. |
|
|
|
'<p>'. |
|
|
|
get_lang('Dear').' '. |
|
|
|
get_lang('Dear').' '. |
|
|
|
stripslashes(Security::remove_XSS($recipient_name)).',<br /><br />'. |
|
|
|
stripslashes(Security::remove_XSS($recipient_name)).',<br /><br />'. |
|
|
|
get_lang('Your personal settings have been registered').".</p>"; |
|
|
|
get_lang('Your personal settings have been registered')."</p>"; |
|
|
|
|
|
|
|
|
|
|
|
$formData = [ |
|
|
|
$formData = [ |
|
|
|
'button' => Display::button( |
|
|
|
'button' => Display::button( |
|
|
|
@ -1205,7 +1205,7 @@ if ($form->validate()) { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
if (!empty($values['email'])) { |
|
|
|
if (!empty($values['email'])) { |
|
|
|
$linkDiagnostic = api_get_path(WEB_PATH).'main/search/search.php'; |
|
|
|
$linkDiagnostic = api_get_path(WEB_PATH).'main/search/search.php'; |
|
|
|
$textAfterRegistration .= '<p>'.get_lang('An e-mail has been sent to remind you of your login and password').'.</p>'; |
|
|
|
$textAfterRegistration .= '<p>'.get_lang('An e-mail has been sent to remind you of your login and password').'</p>'; |
|
|
|
$diagnosticPath = '<a href="'.$linkDiagnostic.'" class="custom-link">'.$linkDiagnostic.'</a>'; |
|
|
|
$diagnosticPath = '<a href="'.$linkDiagnostic.'" class="custom-link">'.$linkDiagnostic.'</a>'; |
|
|
|
$textAfterRegistration .= '<p>'; |
|
|
|
$textAfterRegistration .= '<p>'; |
|
|
|
$textAfterRegistration .= sprintf( |
|
|
|
$textAfterRegistration .= sprintf( |
|
|
|
|