summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-16 03:20:34 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-16 03:20:34 +0000
commit64fcbfc84e0b956db8d9389dc43ecd55880e739f (patch)
tree3858bc397c159cfaf7ba4b43f6b5cb457cbde628 /usr
parent7f7f1a30258f00c90e90f77c9b908e7a7a302007 (diff)
downloadpfsense-64fcbfc84e0b956db8d9389dc43ecd55880e739f.zip
pfsense-64fcbfc84e0b956db8d9389dc43ecd55880e739f.tar.gz
Fixed several menu item issues. Prepared header for Alert System. Added code for hostname and domain to be displayed in header once again.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/fbegin.inc13
1 files changed, 9 insertions, 4 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 02d67e9..c299ab1 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -67,11 +67,18 @@ function showhide_black(tspan, tri) {
<div id="header-left"></div>
<div id="header-right">
<span class="alert">
- Alert Alert Alert Alert Alert Alert Alert Alert Alert
+<?
+ /**
+ * Place code here for alert system, perhaps alerts from
+ * pfsense.com for patches, security updates, etc...
+ *
+ */
+?>
+ &nbsp;
</span>
<span class="normal">
<span class="left">webConfigurator</span>
- <span class="right">localhost.local</span>
+ <span class="right"><?=$config['system']['hostname'] . "." . $config['system']['domain'];?></span>
</span>
</div>
</div> <!-- Header DIV -->
@@ -92,8 +99,6 @@ function showhide_black(tspan, tri) {
<li>
<div>Interfaces<?php if (!isset($config['system']['webgui']['noassigninterfaces'])): ?> <a href="/interfaces_assign.php" class="navlnks">(assign)</a><?php endif; ?></div>
<ul>
- <li><a href="/interfaces_lan.php" class="navlnk">LAN</a></li>
- <li><a href="/interfaces_opt.php?index=1" class="navlnk">DMZ</a></li>
<li><a href="/interfaces_wan.php" class="navlnk">WAN</a></li>
<li><a href="/interfaces_lan.php" class="navlnk">LAN</a></li>
<?php for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++): if (!isset($config['interfaces']['opt' . $i]['ovpn'])): ?>
OpenPOWER on IntegriCloud