From ca994a4153330a27fc4d3a9754c828dfa82bf44b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 2 Jul 2005 03:43:24 +0000 Subject: Round out those corners, baby! --- usr/local/www/services_captiveportal.php | 25 ++++++++++++------------- usr/local/www/services_captiveportal_ip.php | 25 ++++++++++++------------- usr/local/www/services_captiveportal_mac.php | 25 ++++++++++++------------- usr/local/www/services_captiveportal_users.php | 25 ++++++++++++------------- 4 files changed, 48 insertions(+), 52 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index a4f1754..3bb422d 100755 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -172,14 +172,11 @@ if ($_POST) { $savemsg = get_std_save_message($retval); } } + +$pgtitle = "Services: Captive Portal"; +include("head.inc"); + ?> - - - -<?=gentitle("pfSense webGUI");?> - - - @@ -285,12 +282,14 @@ function enable_change(enable_change) {
- +
diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php index 58bac00..e79a474 100755 --- a/usr/local/www/services_captiveportal_ip.php +++ b/usr/local/www/services_captiveportal_ip.php @@ -68,14 +68,11 @@ if ($_GET['act'] == "del") { exit; } } + +$pgtitle = "Services: Captive Portal: Allowed IP's"; +include("head.inc"); + ?> - - - -<?=gentitle("pfSense webGUI");?> - - - @@ -87,12 +84,14 @@ if ($_GET['act'] == "del") {
- +
diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php index 80a5907..9dc57df 100755 --- a/usr/local/www/services_captiveportal_mac.php +++ b/usr/local/www/services_captiveportal_mac.php @@ -68,14 +68,11 @@ if ($_GET['act'] == "del") { exit; } } + +$pgtitle = "Services: Captive Portal: Macs"; +include("head.inc"); + ?> - - - -<?=gentitle("pfSense webGUI");?> - - - @@ -89,12 +86,14 @@ if ($_GET['act'] == "del") {
- +
diff --git a/usr/local/www/services_captiveportal_users.php b/usr/local/www/services_captiveportal_users.php index b064e61..b6e86ec 100755 --- a/usr/local/www/services_captiveportal_users.php +++ b/usr/local/www/services_captiveportal_users.php @@ -136,14 +136,11 @@ if(is_array($config['users'])){ } } + +$pgtitle = "Services: Captive Portal: Users"; +include("head.inc"); + ?> - - - -<?=gentitle("pfSense webGUI");?> - - - @@ -156,12 +153,14 @@ if(is_array($config['users'])){
- +
-- cgit v1.1