2003-09-16 03:07:21 +00:00
|
|
|
<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 ?>">
|
2003-09-21 17:08:41 +00:00
|
|
|
<input type="hidden" name=currentview value="<?=$currentview ?>">
|
|
|
|
<input type="hidden" name=cat value="<?=$cat ?>">
|
2003-09-16 03:07:21 +00:00
|
|
|
|
|
|
|
<input type="submit" value=" <?php print_string("yes")?> ">
|
|
|
|
<input type=button value=" <?php print_string("no")?> " onclick="javascript:history.go(-1);">
|
|
|
|
|
|
|
|
</form>
|