equal
deleted
inserted
replaced
261 } |
261 } |
262 $template->header(); |
262 $template->header(); |
263 ?> |
263 ?> |
264 <form action="<?php echo makeUrl($paths->page, 'do=flushlogs'); ?>" method="post"> |
264 <form action="<?php echo makeUrl($paths->page, 'do=flushlogs'); ?>" method="post"> |
265 <h3>You are about to <span style="color: red;">destroy</span> all logged edits and actions on this page.</h3> |
265 <h3>You are about to <span style="color: red;">destroy</span> all logged edits and actions on this page.</h3> |
266 <p>Unlike deleting or editing this page, this action is <u>not reversible</u>! You should only do this if you are desperate for |
266 <p>Unlike deleting or editing this page, this action is <u>not reversible</u>! You should only do this if you are desparate for |
267 database space.</p> |
267 database space.</p> |
268 <p>Do you really want to continue?</p> |
268 <p>Do you really want to continue?</p> |
269 <p><input type="submit" name="_downthejohn" value="Flush logs" style="color: red; font-weight: bold;" /></p> |
269 <p><input type="submit" name="_downthejohn" value="Flush logs" style="color: red; font-weight: bold;" /></p> |
270 </form> |
270 </form> |
271 <?php |
271 <?php |