summaryrefslogtreecommitdiffstats
path: root/apps/admin/modules/log/templates/clearSuccess.php
blob: 83508eb0c6bcc170e1c43202427e4b841cb1400a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	<div id="context">
		<?php echo use_helper("Asset", "Form", "Object", "Validation") ?>
		&nbsp; <?php echo form_tag("log/clear")?>
		<h1>Clear Log</h1>

		<hr size="1" />
		
		<h2>Do you really want to remove all log entries?</h2>
	
		<div class="formaction"><?php echo submit_tag("Yes") ?><?php echo button_to("Cancel", "log/list") ?></div>
		</form>
	</div>