diff options
author | jim-p <jim@pingle.org> | 2010-05-06 15:24:00 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2010-05-06 15:24:00 -0400 |
commit | b24479d6a034fc64bf25c5a521c8f2eb6a32f7ef (patch) | |
tree | c57056ddd53a0063e442db1af43d5cdedb167c59 /usr | |
parent | 958420c5fa92fb9c4469350726a1b52f5f89199c (diff) | |
download | pfsense-b24479d6a034fc64bf25c5a521c8f2eb6a32f7ef.zip pfsense-b24479d6a034fc64bf25c5a521c8f2eb6a32f7ef.tar.gz |
A couple small fixes to the tabs/titles on these pages.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/vpn_ipsec_keys.php | 2 | ||||
-rw-r--r-- | usr/local/www/vpn_ipsec_keys_edit.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_keys.php b/usr/local/www/vpn_ipsec_keys.php index 2436430..59bb57c 100644 --- a/usr/local/www/vpn_ipsec_keys.php +++ b/usr/local/www/vpn_ipsec_keys.php @@ -78,7 +78,7 @@ if (is_subsystem_dirty('ipsec')) $tab_array[0] = array("Tunnels", false, "vpn_ipsec.php"); $tab_array[1] = array("Mobile clients", false, "vpn_ipsec_mobile.php"); $tab_array[2] = array("Pre-shared keys", true, "vpn_ipsec_keys.php"); - $tab_array[3] = array("CAs", false, "vpn_ipsec_ca.php"); + $tab_array[3] = array("Logs", false, "diag_logs_ipsec.php"); display_top_tabs($tab_array); ?> </td></tr> diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php index 512b718..6e0db5b 100644 --- a/usr/local/www/vpn_ipsec_keys_edit.php +++ b/usr/local/www/vpn_ipsec_keys_edit.php @@ -111,7 +111,6 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> -<p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="vpn_ipsec_keys_edit.php" method="post" name="iform" id="iform"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> |