[Aimmath-commit] moodle/lang/en math_assignment.php,1.17,1.18
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-25 17:15:45
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv29576/lang/en Modified Files: math_assignment.php Log Message: Added email code including a new page and a cron job. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** math_assignment.php 25 Sep 2003 15:02:22 -0000 1.17 --- math_assignment.php 25 Sep 2003 17:15:41 -0000 1.18 *************** *** 36,39 **** --- 36,41 ---- $string['editquiz'] = "AiM Quiz Administration"; $string['editsubject'] = "AiM Subject Administration"; + $string['emailnotice'] = "Email students their marks and let them know that their scripts are ready for collection?\n** Put the scripts in the student pigeon holes first **"; + $string['emailssent'] = "Emails Sent"; $string['emailstudents'] = "Email Students"; $string['externalurl'] = "link to URL"; |