diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-05 21:00:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-05 21:00:23 +0000 |
commit | 4208d2085b70d2b48de25e8875d94a800393fde5 (patch) | |
tree | 958f127b98a39a3c9332662ecdf9d19567102430 /usr | |
parent | dc9514046fdcec64dc516e2f394a58d70108cc5d (diff) | |
download | pfsense-4208d2085b70d2b48de25e8875d94a800393fde5.zip pfsense-4208d2085b70d2b48de25e8875d94a800393fde5.tar.gz |
Use a unique name to fix the top line.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/carp_status.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index fd0895b..73cc020 100755 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -68,8 +68,7 @@ include("fbegin.inc"); <form action="carp_status.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> -<div id="mainarea"> - +<div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> <?php @@ -168,7 +167,7 @@ if($config['installedpackages']['carp']['config'] <> "") <?php include("fend.inc"); ?> <script type="text/javascript"> NiftyCheck(); -Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth"); +Rounded("div#mainlevel","bl br","#FFF","#eeeeee","smooth"); </script> </body> |