summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/fbegin.inc6
-rwxr-xr-xusr/local/www/fend.inc1
2 files changed, 5 insertions, 2 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index f73519f..609fb4d 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -65,8 +65,9 @@ function showhide_black(tspan, tri) {
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr valign="bottom" height="65">
<td width="150" height="65" align="center" valign="middle"> <strong><a href="/"><img src="/logo.gif" border="0"></a></strong></td>
- <td bgcolor="#990000" background="top_background.gif">
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <td height="100%">
+ <div style="height:100%" id="topbox">
+ <table bgcolor="#990000" background="top_background.gif" border="0" cellspacing="0" cellpadding="0" width="100%" height="85%">
<tr><td align="left" valign="bottom"><span class="tfrtitle">&nbsp;webConfigurator</span></td>
<td align="right" valign="bottom">
<span class="hostname"><?=$config['system']['hostname'] . "." . $config['system']['domain'];?>&nbsp;</span>
@@ -98,6 +99,7 @@ function showhide_black(tspan, tri) {
echo "</td></tr>";
}
?>
+ </div>
</table>
</td>
</tr>
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index 2ab5d7a..3819211 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -15,6 +15,7 @@ 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");
+Rounded("div#topbox","bl br tl tr","#FFF","#990000","smooth");
<?php
/* if we displayed an alert earlier, round the bottom edges */
if($need_alert_display == true) {
OpenPOWER on IntegriCloud