mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
11 lines
457 B
HTML
11 lines
457 B
HTML
|
<form name="form" method="post" action="deleteentry.php">
|
||
|
|
||
|
<input type="hidden" name=id value="<?php p($cm->id) ?>">
|
||
|
<input type="hidden" name=mode value="delete">
|
||
|
<input type="hidden" name=go value="1">
|
||
|
<input type="hidden" name=entry value="<?php echo $entry ?>">
|
||
|
|
||
|
<input type="submit" value=" <?php print_string("yes")?> ">
|
||
|
<input type=button value=" <?php print_string("no")?> " onclick="javascript:history.go(-1);">
|
||
|
|
||
|
</form>
|