librenms/html/pages/bill/delete.inc.php
Adam Amstrong 632cc2f299 enable deletion of bill
git-svn-id: http://www.observium.org/svn/observer/trunk@1713 61d68cd4-352d-0410-923a-c4978735b2b8
2010-09-21 15:30:26 +00:00

24 lines
365 B
PHP

<?php
echo("
<h3>Delete Bill</h3>
<p>Are you sure you want to delete his bill?</p>
<br \>
<form action='' method='post'><input type='hidden' name='action' value='delete_bill'>
Confirm: <input type='checkbox' name='confirm' value='confirm'>
<br />
<input type=submit value=' Yes, please delete this bill! ' name='Delete'></form>
");
?>