2005-02-11 15:52:59 +00:00
|
|
|
<table style="margin: auto;">
|
2004-09-12 01:34:24 +00:00
|
|
|
<tr>
|
|
|
|
<td>
|
2007-01-04 21:32:36 +00:00
|
|
|
<form method="get" action="event.php" id="delete">
|
2005-02-12 14:46:20 +00:00
|
|
|
<p>
|
|
|
|
|
2005-04-21 14:03:22 +00:00
|
|
|
<input type="submit" value=" <?php print_string('delete') ?> " />
|
2004-09-12 01:34:24 +00:00
|
|
|
<input type="hidden" name="id" value="<?php echo $event->id?>" />
|
|
|
|
<input type="hidden" name="action" value="delete" />
|
|
|
|
<input type="hidden" name="m" value="<?php echo $m; ?>" />
|
|
|
|
<input type="hidden" name="d" value="<?php echo $d; ?>" />
|
|
|
|
<input type="hidden" name="y" value="<?php echo $y; ?>" />
|
|
|
|
<input type="hidden" name="confirm" value="1" />
|
2005-04-21 14:03:22 +00:00
|
|
|
<input type="hidden" name="repeats" value="0" />
|
2005-02-12 14:46:20 +00:00
|
|
|
|
|
|
|
</p>
|
2004-09-12 01:34:24 +00:00
|
|
|
</form>
|
|
|
|
</td>
|
2005-04-21 14:03:22 +00:00
|
|
|
<?php if($repeatcount > 1) { ?>
|
|
|
|
<td>
|
2007-01-04 21:32:36 +00:00
|
|
|
<form method="get" action="event.php" id="delete">
|
2005-04-21 14:03:22 +00:00
|
|
|
<p>
|
|
|
|
|
|
|
|
<input type="submit" value=" <?php print_string('deleteall') ?> " />
|
|
|
|
<input type="hidden" name="id" value="<?php echo $event->id?>" />
|
|
|
|
<input type="hidden" name="action" value="delete" />
|
|
|
|
<input type="hidden" name="m" value="<?php echo $m; ?>" />
|
|
|
|
<input type="hidden" name="d" value="<?php echo $d; ?>" />
|
|
|
|
<input type="hidden" name="y" value="<?php echo $y; ?>" />
|
|
|
|
<input type="hidden" name="confirm" value="1" />
|
|
|
|
<input type="hidden" name="repeats" value="1" />
|
|
|
|
|
|
|
|
</p>
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
<?php } ?>
|
2004-09-12 01:34:24 +00:00
|
|
|
<td>
|
2007-01-04 21:32:36 +00:00
|
|
|
<form method="get" action="view.php" id="cancel">
|
2005-02-12 14:46:20 +00:00
|
|
|
<p>
|
|
|
|
|
2005-04-21 14:03:22 +00:00
|
|
|
<input type="submit" value=" <?php print_string('cancel') ?> ">
|
2004-09-12 01:34:24 +00:00
|
|
|
<input type="hidden" name="view" value="day" />
|
|
|
|
<input type="hidden" name="cal_m" value="<?php echo $m; ?>" />
|
|
|
|
<input type="hidden" name="cal_d" value="<?php echo $d; ?>" />
|
|
|
|
<input type="hidden" name="cal_y" value="<?php echo $y; ?>" />
|
2005-02-12 14:46:20 +00:00
|
|
|
|
|
|
|
</p>
|
2004-09-12 01:34:24 +00:00
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|