summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/fbegin.inc11
-rw-r--r--usr/local/www/themes/code-red/all.css1
-rw-r--r--usr/local/www/themes/metallic/all.css1
-rw-r--r--usr/local/www/themes/nervecenter/all.css2
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css1
-rwxr-xr-xusr/local/www/themes/pfsense-dropdown/images/menu.gifbin2026 -> 460 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css13
-rwxr-xr-xusr/local/www/themes/pfsense_ng/images/alert_bgr.pngbin3372 -> 2483 bytes
-rwxr-xr-xusr/local/www/themes/pfsense_ng/images/header.pngbin6458 -> 4994 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/all.css13
-rwxr-xr-xusr/local/www/themes/pfsense_ng_fs/images/alert_bgr.pngbin3372 -> 2483 bytes
-rwxr-xr-xusr/local/www/themes/pfsense_ng_fs/images/header.pngbin6458 -> 4994 bytes
-rw-r--r--usr/local/www/themes/the_wall/all.css6
-rwxr-xr-xusr/local/www/themes/the_wall/images/header.pngbin46487 -> 44524 bytes
-rw-r--r--usr/local/www/wizards/setup_wizard.xml2
15 files changed, 21 insertions, 29 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 6f3f221..4710c29 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -336,6 +336,14 @@ if(! $g['disablehelpmenu']) {
?>
</ul>
</li>
+ <li class="drop">
+ <div><?php echo gettext("Gold"); ?></div>
+ <ul id="diag" class="subdrop">
+ <?php
+ output_menu($gold_menu, "_blank");
+ ?>
+ </ul>
+ </li>
<?php if(! $g['disablehelpmenu']): ?>
<li class="lastdrop">
<div><?php echo gettext("Help"); ?></div>
@@ -346,9 +354,6 @@ if(! $g['disablehelpmenu']) {
</ul>
</li>
<?php endif; ?>
- <li class="drop">
- <div><a href="https://www.pfsense.org/gold/"><?php echo gettext("Gold"); ?></a></div>
- </li>
</ul>
</div>
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index 2553074..a68d44d 100644
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -153,7 +153,6 @@ form {
}
a {
text-decoration: none;
- color: #000000;
}
form input {
font-size: 1.1em;
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index f49f373..47b6b98 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -141,7 +141,6 @@ form {
}
a {
text-decoration: none;
- color: #000000;
}
form input {
font-size: 1.1em;
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 9048813..541861a 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -427,7 +427,7 @@ table#marquee div#container div#scroller {
text-decoration: none;
}
-#navigation ul li, #navigation ul li a {
+#navigation ul li {
background-color: transparent;
color: #FFF;
}
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 6765daf..e0f1c46 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -75,7 +75,6 @@ form {
}
a {
text-decoration: none;
- color:#000000;
}
form input {
font-size: 1.1em;
diff --git a/usr/local/www/themes/pfsense-dropdown/images/menu.gif b/usr/local/www/themes/pfsense-dropdown/images/menu.gif
index 1f7ea77..7269210 100755
--- a/usr/local/www/themes/pfsense-dropdown/images/menu.gif
+++ b/usr/local/www/themes/pfsense-dropdown/images/menu.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index 575439b..80dd171 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -150,15 +150,15 @@ body {
background-color: #7f7f7f;
}
a:link {
- color: #000000;
+ color: #550000;
}
a:visited {
- color: #000000;
+ color: #550000;
}
a:active {
- color: #000000;
+ color: #550000;
}
a:hover {
@@ -428,7 +428,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- padding-right: 27px;
+ width: 6.2em;
top: 0px;
}
@@ -511,11 +511,6 @@ table#marquee div#container div#scroller {
background-repeat: no-repeat;
}
-#navigation ul li:last-child div, #navigation ul li:last-child:hover div {
- background-image: none;
- font-weight: bold;
-}
-
#navigation ul li {
background-color: transparent;
color: #000000;
diff --git a/usr/local/www/themes/pfsense_ng/images/alert_bgr.png b/usr/local/www/themes/pfsense_ng/images/alert_bgr.png
index b95b83b..5a8ac81 100755
--- a/usr/local/www/themes/pfsense_ng/images/alert_bgr.png
+++ b/usr/local/www/themes/pfsense_ng/images/alert_bgr.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng/images/header.png b/usr/local/www/themes/pfsense_ng/images/header.png
index a8c0e05..6f8128c 100755
--- a/usr/local/www/themes/pfsense_ng/images/header.png
+++ b/usr/local/www/themes/pfsense_ng/images/header.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng_fs/all.css b/usr/local/www/themes/pfsense_ng_fs/all.css
index 7f70c67..c0898e9 100644
--- a/usr/local/www/themes/pfsense_ng_fs/all.css
+++ b/usr/local/www/themes/pfsense_ng_fs/all.css
@@ -142,15 +142,15 @@ div.niceTitle p
}
a:link {
- color: #000000;
+ color: #550000;
}
a:visited {
- color: #000000;
+ color: #550000;
}
a:active {
- color: #000000;
+ color: #550000;
}
a:hover {
@@ -389,7 +389,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- padding-right: 27px;
+ width: 6.2em;
top: 0px;
}
@@ -472,11 +472,6 @@ table#marquee div#container div#scroller {
background-repeat: no-repeat;
}
-#navigation ul li:last-child div, #navigation ul li:last-child:hover div {
- background-image: none;
- font-weight: bold;
-}
-
#navigation ul li {
background-color: transparent;
color: #000000;
diff --git a/usr/local/www/themes/pfsense_ng_fs/images/alert_bgr.png b/usr/local/www/themes/pfsense_ng_fs/images/alert_bgr.png
index b95b83b..5a8ac81 100755
--- a/usr/local/www/themes/pfsense_ng_fs/images/alert_bgr.png
+++ b/usr/local/www/themes/pfsense_ng_fs/images/alert_bgr.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng_fs/images/header.png b/usr/local/www/themes/pfsense_ng_fs/images/header.png
index a8c0e05..6f8128c 100755
--- a/usr/local/www/themes/pfsense_ng_fs/images/header.png
+++ b/usr/local/www/themes/pfsense_ng_fs/images/header.png
Binary files differ
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index a7be28e..60404d7 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -149,9 +149,9 @@ body {
background-color: #999999;
}
-a:link{color: #000000;}
-a:visited{color: #000000;}
-a:active{color: #000000;}
+a:link{color: #660000;}
+a:visited{color: #660000;}
+a:active{color: #660000;}
a:hover{color: #660000;}
diff --git a/usr/local/www/themes/the_wall/images/header.png b/usr/local/www/themes/the_wall/images/header.png
index 984819f..25b813c 100755
--- a/usr/local/www/themes/the_wall/images/header.png
+++ b/usr/local/www/themes/the_wall/images/header.png
Binary files differ
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 0558250..2556a05 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -53,7 +53,7 @@
<id>2</id>
<title>Bling your pfSense with pfSense Gold</title>
<disableheader>true</disableheader>
- <description>Feel the power of a pfSense Gold subscription. Receive special benefits while supporting ongoing development of the Open Source pfSense project.&lt;br/&gt; &lt;br/&gt; Benefits include access to our AutoConfigBackup secure cloud based backup service for up to 10 hosts, pre-publication access to the updated pfSense: The Definitive Guide book in PDF, fully updated for the pfSense 2.1 release, and a monthly online MeetUp! Video conference to discuss and demonstrate advanced features and architectures using pfSense. &lt;br/&gt; &lt;br/&gt; Go to &lt;a href="https://www.pfsense.org/gold" target="_blank"&gt; pfSense Gold Subscriptions&lt;/a&gt; to sign up now &lt;br/&gt; &lt;br/&gt; </description>
+ <description>Feel the power of a pfSense Gold subscription. Receive special benefits while supporting ongoing development of the Open Source pfSense project.&lt;br/&gt; &lt;br/&gt; Benefits include access to our AutoConfigBackup secure cloud based backup service for up to 10 hosts, pre-publication access to the updated pfSense: The Definitive Guide book in PDF, fully updated for the pfSense 2.1 release, and a monthly online MeetUp! Video conference to discuss and demonstrate advanced features and architectures using pfSense. &lt;br/&gt; &lt;br/&gt; Go to &lt;a href="https://portal.pfsense.org/gold-subscription.php" target="_blank"&gt; pfSense Gold Subscriptions&lt;/a&gt; to sign up now &lt;br/&gt; &lt;br/&gt; </description>
<fields>
<field>
<name>Next</name>
OpenPOWER on IntegriCloud