summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-11-15 01:28:59 -0500
committerChris Buechler <cmb@pfsense.org>2009-11-15 01:28:59 -0500
commit7540905c762247c49956a4860674191d5e1edd49 (patch)
tree88d609117c0ccf9016b30fc58f5a21dcbf6f7b52 /usr
parente593f5553fcf8d6a8cc388f44451bb0cac106a18 (diff)
downloadpfsense-7540905c762247c49956a4860674191d5e1edd49.zip
pfsense-7540905c762247c49956a4860674191d5e1edd49.tar.gz
call first tab "Active Users", and make it consistent
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status_captiveportal.php2
-rw-r--r--usr/local/www/status_captiveportal_test.php2
-rw-r--r--usr/local/www/status_captiveportal_voucher_rolls.php2
-rw-r--r--usr/local/www/status_captiveportal_vouchers.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/status_captiveportal.php b/usr/local/www/status_captiveportal.php
index 545b527..725f1fb 100755
--- a/usr/local/www/status_captiveportal.php
+++ b/usr/local/www/status_captiveportal.php
@@ -103,7 +103,7 @@ if ($_GET['order']) {
<tr><td class="tabnavtbl">
<?php
$tab_array = array();
- $tab_array[] = array("Logged Users", true, "status_captiveportal.php");
+ $tab_array[] = array("Active Users", true, "status_captiveportal.php");
$tab_array[] = array("Active Vouchers", false, "status_captiveportal_vouchers.php");
$tab_array[] = array("Voucher Rolls", false, "status_captiveportal_voucher_rolls.php");
$tab_array[] = array("Test Vouchers", false, "status_captiveportal_test.php");
diff --git a/usr/local/www/status_captiveportal_test.php b/usr/local/www/status_captiveportal_test.php
index cc97b9b..7831bd9 100644
--- a/usr/local/www/status_captiveportal_test.php
+++ b/usr/local/www/status_captiveportal_test.php
@@ -48,7 +48,7 @@ include("fbegin.inc");
<tr><td class="tabnavtbl">
<?php
$tab_array = array();
- $tab_array[] = array("Users", false, "status_captiveportal.php");
+ $tab_array[] = array("Active Users", false, "status_captiveportal.php");
$tab_array[] = array("Active Vouchers", false, "status_captiveportal_vouchers.php");
$tab_array[] = array("Voucher Rolls", false, "status_captiveportal_voucher_rolls.php");
$tab_array[] = array("Test Vouchers", true, "status_captiveportal_test.php");
diff --git a/usr/local/www/status_captiveportal_voucher_rolls.php b/usr/local/www/status_captiveportal_voucher_rolls.php
index 6d7be3c..dfe1634 100644
--- a/usr/local/www/status_captiveportal_voucher_rolls.php
+++ b/usr/local/www/status_captiveportal_voucher_rolls.php
@@ -53,7 +53,7 @@ include("fbegin.inc");
<tr><td class="tabnavtbl">
<?php
$tab_array = array();
- $tab_array[] = array("Users", false, "status_captiveportal.php");
+ $tab_array[] = array("Active Users", false, "status_captiveportal.php");
$tab_array[] = array("Active Vouchers", false, "status_captiveportal_vouchers.php");
$tab_array[] = array("Voucher Rolls", true, "status_captiveportal_voucher_rolls.php");
$tab_array[] = array("Test Vouchers", false, "status_captiveportal_test.php");
diff --git a/usr/local/www/status_captiveportal_vouchers.php b/usr/local/www/status_captiveportal_vouchers.php
index 14ae1c6..3a53e14 100644
--- a/usr/local/www/status_captiveportal_vouchers.php
+++ b/usr/local/www/status_captiveportal_vouchers.php
@@ -83,7 +83,7 @@ include("fbegin.inc");
<tr><td class="tabnavtbl">
<?php
$tab_array = array();
- $tab_array[] = array("Users", false, "status_captiveportal.php");
+ $tab_array[] = array("Active Users", false, "status_captiveportal.php");
$tab_array[] = array("Active Vouchers", true, "status_captiveportal_vouchers.php");
$tab_array[] = array("Voucher Rolls", false, "status_captiveportal_voucher_rolls.php");
$tab_array[] = array("Test Vouchers", false, "status_captiveportal_test.php");
OpenPOWER on IntegriCloud