diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-12 01:04:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-12 01:04:40 +0000 |
commit | 6df029b00d197698f55bec4bcdd318b4abffaaf7 (patch) | |
tree | 998e2e4714af2f5fc9e49119b0936c314c981f53 /usr/local/www/fbegin.inc | |
parent | c7e8855f49b834f2e6dd6b1ac1f92b168c0b4de1 (diff) | |
download | pfsense-6df029b00d197698f55bec4bcdd318b4abffaaf7.zip pfsense-6df029b00d197698f55bec4bcdd318b4abffaaf7.tar.gz |
Round the top right box and apply background properly
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-x | usr/local/www/fbegin.inc | 6 |
1 files changed, 4 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"> webConfigurator</span></td> <td align="right" valign="bottom"> <span class="hostname"><?=$config['system']['hostname'] . "." . $config['system']['domain'];?> </span> @@ -98,6 +99,7 @@ function showhide_black(tspan, tri) { echo "</td></tr>"; } ?> + </div> </table> </td> </tr> |