mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
New message about users being automatically unenrolled
This commit is contained in:
parent
7f1717c61e
commit
9ae472a374
2 changed files with 7 additions and 0 deletions
|
@ -470,6 +470,7 @@ $string['unenrol'] = "Unenrol";
|
||||||
$string['unenrolme'] = "Unenrol me from \$a";
|
$string['unenrolme'] = "Unenrol me from \$a";
|
||||||
$string['unenrolsure'] = "Are you sure you want to unenrol \$a from this course?";
|
$string['unenrolsure'] = "Are you sure you want to unenrol \$a from this course?";
|
||||||
$string['unsafepassword'] = "Unsafe password - try something else";
|
$string['unsafepassword'] = "Unsafe password - try something else";
|
||||||
|
$string['unusedaccounts'] = "Accounts unused for more than \$a days are automatically unenrolled";
|
||||||
$string['unzip'] = "Unzip";
|
$string['unzip'] = "Unzip";
|
||||||
$string['update'] = "Update";
|
$string['update'] = "Update";
|
||||||
$string['updated'] = "Updated \$a";
|
$string['updated'] = "Updated \$a";
|
||||||
|
|
|
@ -130,6 +130,12 @@
|
||||||
"<FONT SIZE=2>$lastaccess</FONT>");
|
"<FONT SIZE=2>$lastaccess</FONT>");
|
||||||
}
|
}
|
||||||
print_table($table);
|
print_table($table);
|
||||||
|
|
||||||
|
}
|
||||||
|
if ($CFG->longtimenosee < 500) {
|
||||||
|
echo "<CENTER><P><FONT SIZE=1>(";
|
||||||
|
print_string("unusedaccounts","",$CFG->longtimenosee);
|
||||||
|
echo ")</FONT></P></CENTER>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue