2003-06-20 04:34:22 +00:00
|
|
|
<form name="form" method="post" action="<?php echo "$CFG->wwwroot/course/mod.php" ?>">
|
2001-11-22 06:23:56 +00:00
|
|
|
|
|
|
|
<input type="hidden" name=mode value="delete">
|
2003-06-20 04:34:22 +00:00
|
|
|
<input type="hidden" name=section value="<?php p($form->section) ?>">
|
|
|
|
<input type="hidden" name=course value="<?php p($form->course) ?>">
|
|
|
|
<input type="hidden" name=coursemodule value="<?php p($form->coursemodule) ?>">
|
|
|
|
<input type="hidden" name=modulename value="<?php p($form->modulename) ?>">
|
|
|
|
<input type="hidden" name=instance value="<?php p($form->instance) ?>">
|
2001-11-22 06:23:56 +00:00
|
|
|
|
2003-06-20 04:34:22 +00:00
|
|
|
<input type="submit" value=" <?php print_string("yes")?> ">
|
|
|
|
<input type=button value=" <?php print_string("no")?> " onclick="javascript:history.go(-1);">
|
2001-11-22 06:23:56 +00:00
|
|
|
|
2003-06-20 04:34:22 +00:00
|
|
|
</form>
|