mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-svn-id: http://www.observium.org/svn/observer/trunk@1713 61d68cd4-352d-0410-923a-c4978735b2b8
24 lines
365 B
PHP
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>
|
|
|
|
|
|
|
|
");
|
|
|
|
?>
|