summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_csc.php
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-16 17:41:22 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-16 17:41:22 +0000
commitb63f2e8b294527f2fd860899fdc2906fddb0c2f7 (patch)
tree6b7f930a4e5d1d53007e22eb73ce914e0974d78d /usr/local/www/vpn_openvpn_csc.php
parent2e814e0d6935452d0bcc5246336705db5222dcbe (diff)
downloadpfsense-b63f2e8b294527f2fd860899fdc2906fddb0c2f7.zip
pfsense-b63f2e8b294527f2fd860899fdc2906fddb0c2f7.tar.gz
Make it possible for pakages to insert additional tabbed pages into an
existing tab group. This requires that each page in the tab group call add_package_tabs() with the tab group name before display_top_tabs() so pages can be inserted. While far from optimal, this system is really a stop-gap measure until a more intelligent menu/tab system can be implemented. Discussed with Scott on IRC.
Diffstat (limited to 'usr/local/www/vpn_openvpn_csc.php')
-rw-r--r--usr/local/www/vpn_openvpn_csc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_openvpn_csc.php b/usr/local/www/vpn_openvpn_csc.php
index 486b01d..61c3d40 100644
--- a/usr/local/www/vpn_openvpn_csc.php
+++ b/usr/local/www/vpn_openvpn_csc.php
@@ -289,6 +289,7 @@ function netbios_change() {
$tab_array[] = array(gettext("Server"), false, "vpn_openvpn_server.php");
$tab_array[] = array(gettext("Client"), false, "vpn_openvpn_client.php");
$tab_array[] = array(gettext("Client Specific Overrides"), true, "vpn_openvpn_csc.php");
+ add_package_tabs("OpenVPN", $tab_array);
display_top_tabs($tab_array);
?>
</ul>
OpenPOWER on IntegriCloud