Merge branch 'MDL-42764_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
This commit is contained in:
@@ -706,6 +706,7 @@ $string['emailresetconfirmsent'] = 'An email has been sent to your address at <b
|
||||
If you continue to have difficulty, contact the site administrator.';
|
||||
$string['emailtoprivatefiles'] = 'You can also e-mail files as attachments straight to your private files space. Simply attach your files to an e-mail and send it to {$a}';
|
||||
$string['emailtoprivatefilesdenied'] = 'Your administrator has disabled the option to upload your own private files.';
|
||||
$string['emailuserhasnone'] = 'There is no email address for the user.';
|
||||
$string['emailvia'] = '{$a->name} (via {$a->siteshortname})';
|
||||
$string['emptydragdropregion'] = 'empty region';
|
||||
$string['enable'] = 'Enable';
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@
|
||||
echo '<td>'.$user->email.'</td><td>';
|
||||
}
|
||||
if (empty($user->email)) {
|
||||
$error = get_string('emailempty');
|
||||
$error = get_string('emailuserhasnone');
|
||||
}
|
||||
if (!empty($error)) {
|
||||
echo $OUTPUT->pix_icon('t/emailno', $error);
|
||||
|
||||
Reference in New Issue
Block a user