From: michaelpenne Date: Tue, 21 Sep 2004 22:13:08 +0000 (+0000) Subject: added option to delete a users attempt records. Sends an email if delete was seccess... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3de88244c46450d844247b585cf525e2ed1cb77c;p=moodle.git added option to delete a users attempt records. Sends an email if delete was seccessful or not. --- diff --git a/mod/lesson/mod.html b/mod/lesson/mod.html index a1f4f20772..f1511b73c6 100644 --- a/mod/lesson/mod.html +++ b/mod/lesson/mod.html @@ -97,11 +97,15 @@ if ($form->mode == "add") { if (!isset($form->lessondefault)) { $form->lessondefault = 0; } + + $form->deleteattempts = ""; + /// CDC-FLAG /// ?>
+ @@ -407,6 +411,20 @@ if ($form->mode == "add") { ?> +mode != "add") { +?> + + + + +mode != "add") { +?>

:

:

+ + + +