summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-05 01:51:28 +0000
committerBill Marquette <billm@pfsense.org>2005-07-05 01:51:28 +0000
commit32b640ca4d0661c3e18e9b5446a59f2ef3488e84 (patch)
treead085e6dea0fe516be1267322ae81e68c218553b /usr/local
parentb4c3ffff7d56b03e5329d1a0ba3fb8eff5fe085f (diff)
downloadpfsense-32b640ca4d0661c3e18e9b5446a59f2ef3488e84.zip
pfsense-32b640ca4d0661c3e18e9b5446a59f2ef3488e84.tar.gz
Only one round needed
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/fbegin.inc13
-rwxr-xr-xusr/local/www/fend.inc3
2 files changed, 3 insertions, 13 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index c20b30f..489b070 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -74,11 +74,7 @@ function showhide_black(tspan, tri) {
</tr>
<tr valign="top">
<td width="150">
- <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
- <tr height='1'>
- <td><div id="niftyMenuTop"></div></td>
- </tr>
- </table>
+ <div id="niftyMenu">
<table class="menu">
<tr>
<td nowrap><span class="navlnk"><font color="#FFFFFF"> <strong>System</strong>
@@ -176,12 +172,7 @@ function showhide_black(tspan, tri) {
</span>
</font></span>
</td>
- </tr></table>
- <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
- <tr height='1'>
- <td><div id="niftyMenuBottom"></div></td>
- </tr>
- </table>
+ </tr></table></div>
</td>
<td width="600"><table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr><td>
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index a5a276e..81fbba4 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -11,8 +11,7 @@
</table>
<script type="text/javascript">
NiftyCheck();
-Rounded("div#niftyMenuTop","top","#FFFFFF","#000000","smooth");
-Rounded("div#niftyMenuBottom","bottom","#FFFFFF","#000000","smooth");
+Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth");
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
OpenPOWER on IntegriCloud