New message about users being automatically unenrolled

This commit is contained in:
moodler 2002-11-22 17:28:55 +00:00
parent 7f1717c61e
commit 9ae472a374
2 changed files with 7 additions and 0 deletions

View file

@ -470,6 +470,7 @@ $string['unenrol'] = "Unenrol";
$string['unenrolme'] = "Unenrol me from \$a";
$string['unenrolsure'] = "Are you sure you want to unenrol \$a from this course?";
$string['unsafepassword'] = "Unsafe password - try something else";
$string['unusedaccounts'] = "Accounts unused for more than \$a days are automatically unenrolled";
$string['unzip'] = "Unzip";
$string['update'] = "Update";
$string['updated'] = "Updated \$a";

View file

@ -130,6 +130,12 @@
"<FONT SIZE=2>$lastaccess</FONT>");
}
print_table($table);
}
if ($CFG->longtimenosee < 500) {
echo "<CENTER><P><FONT SIZE=1>(";
print_string("unusedaccounts","",$CFG->longtimenosee);
echo ")</FONT></P></CENTER>";
}
}