|
|
|
|
@ -1182,7 +1182,12 @@ if ($form->validate()) { |
|
|
|
|
$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>'; |
|
|
|
|
$diagnosticPath = '<a href="'.$linkDiagnostic.'">'.$linkDiagnostic.'</a>'; |
|
|
|
|
$textAfterRegistration .= '<p>'.get_lang('Welcome, please go to diagnostic at '). $diagnosticPath.'</p>'; |
|
|
|
|
$textAfterRegistration .= '<p>'; |
|
|
|
|
$textAfterRegistration .= sprintf( |
|
|
|
|
get_lang('Welcome, please go to diagnostic at %s.'), |
|
|
|
|
$diagnosticPath |
|
|
|
|
); |
|
|
|
|
$textAfterRegistration .= '</p>'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ($is_allowedCreateCourse) { |
|
|
|
|
|