1 <table style=
"margin: auto;">
4 <form method=
"get" action=
"event.php" id=
"delete">
7 <input type=
"submit" value=
" <?php print_string('delete') ?> " />
8 <input type
="hidden" name
="id" value
="<?php echo $event->id?>" />
9 <input type
="hidden" name
="action" value
="delete" />
10 <input type
="hidden" name
="m" value
="<?php echo $m; ?>" />
11 <input type
="hidden" name
="d" value
="<?php echo $d; ?>" />
12 <input type
="hidden" name
="y" value
="<?php echo $y; ?>" />
13 <input type
="hidden" name
="confirm" value
="1" />
14 <input type
="hidden" name
="repeats" value
="0" />
19 <?php
if($repeatcount > 1) { ?>
21 <form method=
"get" action=
"event.php" id=
"delete">
24 <input type=
"submit" value=
" <?php print_string('deleteall') ?> " />
25 <input type
="hidden" name
="id" value
="<?php echo $event->id?>" />
26 <input type
="hidden" name
="action" value
="delete" />
27 <input type
="hidden" name
="m" value
="<?php echo $m; ?>" />
28 <input type
="hidden" name
="d" value
="<?php echo $d; ?>" />
29 <input type
="hidden" name
="y" value
="<?php echo $y; ?>" />
30 <input type
="hidden" name
="confirm" value
="1" />
31 <input type
="hidden" name
="repeats" value
="1" />
38 <form method=
"get" action=
"view.php" id=
"cancel">
41 <input type=
"submit" value=
" <?php print_string('cancel') ?> ">
42 <input type
="hidden" name
="view" value
="day" />
43 <input type
="hidden" name
="cal_m" value
="<?php echo $m; ?>" />
44 <input type
="hidden" name
="cal_d" value
="<?php echo $d; ?>" />
45 <input type
="hidden" name
="cal_y" value
="<?php echo $y; ?>" />