diff --git a/html/pages/bill.inc.php b/html/pages/bill.inc.php
index 1a5475b41..ce123f5d5 100644
--- a/html/pages/bill.inc.php
+++ b/html/pages/bill.inc.php
@@ -102,11 +102,6 @@ if (bill_permitted($bill_id))
if ($_SESSION['userlevel'] == "10")
{
-# echo(" | ");
-# if ($_GET['optb'] == "admin_history") { echo(""); }
-
echo(" | ");
if ($_GET['optb'] == "edit") { echo(""); }
}
- echo("
");
+ echo('');
print_optionbar_end();
@@ -354,7 +349,7 @@ if (bill_permitted($bill_id))
else
{
echo("Billing View
$bi");
- echo("Previous Bill View
$li");
+# echo("Previous Bill View
$li");
echo("24 Hour View
$di");
echo("Monthly View
$mi");
# echo("
Graph All Data (SLOW)");
diff --git a/html/pages/bills.inc.php b/html/pages/bills.inc.php
index c94e00617..c2af10a4a 100644
--- a/html/pages/bills.inc.php
+++ b/html/pages/bills.inc.php
@@ -76,54 +76,7 @@ elseif ($_GET['opta'] == "add")
} else {
- include("pages/bill/search.inc.php");
- print_optionbar_start('40');
-
-?>
-
-
-
-
diff --git a/html/pages/bills/search.inc.php b/html/pages/bills/search.inc.php
new file mode 100644
index 000000000..67432a5dd
--- /dev/null
+++ b/html/pages/bills/search.inc.php
@@ -0,0 +1,61 @@
+
+
+
+
+