summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-04 15:40:54 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-04 15:40:54 +0000
commitdf81417f554e786f9610d55228d1ed8b7c1394d7 (patch)
tree1dab1c0fca9f7ae21c666b26fcb984a9e450a908 /usr/local/www/fbegin.inc
parente65c9c120e9eb2c0afe6f28df9386909546982c2 (diff)
downloadpfsense-df81417f554e786f9610d55228d1ed8b7c1394d7.zip
pfsense-df81417f554e786f9610d55228d1ed8b7c1394d7.tar.gz
Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page. This reduces the top level menu options by one. There should be no functional changes.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 1678412..fe1aaa8 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -118,20 +118,19 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
<li class="firstdrop">
<div>System</div>
<ul class="subdrop">
- <?php
- output_menu_item("/system_advanced.php", "Advanced");
+ <?php
+ output_menu_item("/system_advanced_admin.php", "Advanced");
output_menu_item("/system_firmware.php", "Firmware");
output_menu_item("/system.php", "General Setup");
- ?>
- <li><a href="/index.php?logout" class="navlnk">Logout</a></li>
+ ?>
<?php if($g['platform'] == "pfSense"): ?>
- <?=output_menu_item("/pkg_mgr.php", "Packages");?>
+ <?=output_menu_item("/pkg_mgr.php", "Packages");?>
<?php endif; ?>
<?=output_menu_item("/wizard.php?xml=setup_wizard.xml", "Setup Wizard");?>
<?=output_menu_item("/system_gateways.php", "Routing");?>
- <?=output_menu_item("/firewall_system_tunables.php", "Tunables");?>
<?=output_menu_item("/system_camanager.php", "Cert Manager");?>
- <?=output_menu_item("/system_usermanager.php", "User Manager");?>
+ <?=output_menu_item("/system_usermanager.php", "User Manager");?>
+ <li><a href="/index.php?logout" class="navlnk">Logout</a></li>
</ul>
</li>
<li class="drop">
OpenPOWER on IntegriCloud