summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-20 18:22:16 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-20 18:22:26 -0400
commit669716df8b107ad4f8e4d6e173a4fb756c9b2496 (patch)
treeeaaf459794f3bbe96da145b5889e872f2ba7081f /usr/local
parent049cfa173930f50a465d9bcc4ff5385c348fe84f (diff)
downloadpfsense-669716df8b107ad4f8e4d6e173a4fb756c9b2496.zip
pfsense-669716df8b107ad4f8e4d6e173a4fb756c9b2496.tar.gz
Adding new 'Help' menu area with common areas. These items call pfSense jumptos such as http://www.pfsense.org/j.php?jumpto=book
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/fbegin.inc18
-rw-r--r--usr/local/www/themes/_corporate/all.css3
-rw-r--r--usr/local/www/themes/nervecenter/all.css3
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css3
-rw-r--r--usr/local/www/themes/the_wall/all.css2
5 files changed, 21 insertions, 8 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 1911443..070b51e 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -173,6 +173,14 @@ if (isset($config['system']['developer'])) {
}
$diagnostics_menu = msort(array_merge($diagnostics_menu, return_ext_menu("Diagnostics")),0);
+$help_menu = array();
+$help_menu[] = array("Forum", "http://www.pfsense.org/j.php?jumpto=forum");
+$help_menu[] = array("Doc Site", "http://www.pfsense.org/j.php?jumpto=doc");
+$help_menu[] = array("DevWiki", "http://www.pfsense.org/j.php?jumpto=devwiki");
+$help_menu[] = array("Commercial Support", "http://www.pfsense.org/j.php?jumpto=portal");
+$help_menu[] = array("Book", "http://www.reedmedia.net/books/pfsense/");
+$help_menu = msort(array_merge($help_menu, return_ext_menu("Help")),0);
+
/* NOTICE ACKNOWLEDGE CODE by Erik Kristensen */
if ($_REQUEST['noticeaction'] == 'acknowledge') {
$notice_id = $_REQUEST['noticeid'];
@@ -305,7 +313,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
?>
</ul>
</li>
- <li class="lastdrop">
+ <li class="drop">
<div>Diagnostics</div>
<ul id="diag" class="subdrop">
<?
@@ -313,6 +321,14 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
?>
</ul>
</li>
+ <li class="lastdrop">
+ <div>Help</div>
+ <ul id="help" class="subdrop">
+ <?
+ output_menu($help_menu);
+ ?>
+ </ul>
+ </li>
</ul>
</div>
diff --git a/usr/local/www/themes/_corporate/all.css b/usr/local/www/themes/_corporate/all.css
index c427c64..91de2e0 100644
--- a/usr/local/www/themes/_corporate/all.css
+++ b/usr/local/www/themes/_corporate/all.css
@@ -307,8 +307,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- /* width: 7.5em; */
- width: 8.75em;
+ width: 7.75em;
height: 28px;
}
#navigation ul li div {
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 3babfed..9cc7921 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -373,8 +373,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- /* width: 7.5em; */
- width: 8.77em;
+ width: 7.77em;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 1891f07..0260774 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -324,8 +324,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- /* width: 7.5em; */
- width: 8.72em;
+ width: 7.72em;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index 0fe39e2..4c64378 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -376,7 +376,7 @@ table#marquee div#container div#scroller {
float: left;
position: relative;
/* width: 7.5em; */
- width: 8.77em;
+ width: 7.77em;
}
#navigation ul li div {
font-size: 1em;
OpenPOWER on IntegriCloud