Files
librenms-librenms/html/pages/bill/delete.inc.php
Tom Laermans a369c442eb syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2643 61d68cd4-352d-0410-923a-c4978735b2b8
2011-10-04 14:38:54 +00:00

22 lines
363 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>
");
?>