mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
fb443f1acf
- Any entry could belongs to many categories - Improved main page and add entry look. - Added PostgreSQL7 squema (Thanks Janne Mikkonen!) - Deleting entries also delete its attachments if any.
13 lines
573 B
HTML
13 lines
573 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="hidden" name=currentview value="<?=$currentview ?>">
|
|
<input type="hidden" name=cat value="<?=$cat ?>">
|
|
|
|
<input type="submit" value=" <?php print_string("yes")?> ">
|
|
<input type=button value=" <?php print_string("no")?> " onclick="javascript:history.go(-1);">
|
|
|
|
</form> |