From 931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 3 Jul 2005 16:26:40 +0000 Subject: Use $pgtitle Fix assign/vlan tabs (backwards) --- usr/local/www/index.php | 3 ++- usr/local/www/interfaces.php | 2 +- usr/local/www/interfaces_assign.php | 5 +++-- usr/local/www/interfaces_lan.php | 2 +- usr/local/www/interfaces_opt.php | 4 ++-- usr/local/www/interfaces_vlan.php | 6 +++--- usr/local/www/interfaces_vlan_edit.php | 2 +- usr/local/www/interfaces_wan.php | 2 +- 8 files changed, 14 insertions(+), 12 deletions(-) diff --git a/usr/local/www/index.php b/usr/local/www/index.php index d66d1f4..03093f6 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -54,6 +54,7 @@ if(file_exists("/trigger_initial_wizard")) { unlink("/trigger_initial_wizard"); conf_mount_ro(); +$pgtitle = "pfSense first time setup"; include("head.inc"); ?> @@ -382,4 +383,4 @@ While(!Connection_Aborted()) { } -?> \ No newline at end of file +?> diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index d5ab528..748575f 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -423,7 +423,7 @@ function type_change(enable_change,enable_change_pptp) { -

Interfaces: WAN

+

diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php index f9ef346..1c1e72d 100755 --- a/usr/local/www/interfaces_assign.php +++ b/usr/local/www/interfaces_assign.php @@ -184,6 +184,7 @@ include("head.inc"); +

@@ -192,8 +193,8 @@ include("head.inc"); diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index b367506..ae17f30 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -131,7 +131,7 @@ function ipaddr_change() { -

Interfaces: LAN

+

diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php index c250a22..97926eb 100755 --- a/usr/local/www/interfaces_opt.php +++ b/usr/local/www/interfaces_opt.php @@ -163,7 +163,7 @@ if ($_POST) { } -$pgtitle = "Firewall: NAT: Inbound"; +$pgtitle = "Interfaces: Optional {$index} (" . htmlspecialchars($optcfg['descr']) . ")"; include("head.inc"); ?> @@ -186,7 +186,7 @@ function ipaddr_change() { -

Interfaces: Optional ()

+

diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php index 9121aa6..ca6eca1 100755 --- a/usr/local/www/interfaces_vlan.php +++ b/usr/local/www/interfaces_vlan.php @@ -92,7 +92,7 @@ include("head.inc"); -

Interfaces: Assign network ports: VLANs

+

@@ -100,8 +100,8 @@ include("head.inc"); diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php index 2e6952e..2cc0368 100755 --- a/usr/local/www/interfaces_vlan_edit.php +++ b/usr/local/www/interfaces_vlan_edit.php @@ -99,7 +99,7 @@ include("head.inc"); -

Interfaces: Assign network ports: VLANs: Edit

+

?

diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php index d5ab528..748575f 100755 --- a/usr/local/www/interfaces_wan.php +++ b/usr/local/www/interfaces_wan.php @@ -423,7 +423,7 @@ function type_change(enable_change,enable_change_pptp) { -

Interfaces: WAN

+

-- cgit v1.1