From 5224b8e7d2bb6f6452d4d66c716c722178cf0ebe Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 1 Jun 2010 16:03:05 -0400 Subject: Add status/log icons to DHCP page. --- usr/local/www/services_dhcp.php | 3 +++ usr/local/www/services_dhcp_edit.php | 3 +++ 2 files changed, 6 insertions(+) (limited to 'usr') diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index 0bbb3bc..d4259ed 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -373,6 +373,9 @@ if ($_GET['act'] == "del") { } $pgtitle = array("Services","DHCP server"); +$statusurl = "diag_dhcp_leases.php"; +$logurl = "diag_logs_dhcp.php"; + include("head.inc"); ?> diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php index 86fefe3..e7bc745 100755 --- a/usr/local/www/services_dhcp_edit.php +++ b/usr/local/www/services_dhcp_edit.php @@ -177,6 +177,9 @@ if ($_POST) { } $pgtitle = array("Services","DHCP","Edit static mapping"); +$statusurl = "diag_dhcp_leases.php"; +$logurl = "diag_logs_dhcp.php"; + include("head.inc"); ?> -- cgit v1.1