summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fend.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-12 01:53:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-12 01:53:53 +0000
commit3a2f2d877390bb055baafa9a39653e41aca3039d (patch)
tree8960494772f676049e91d646bf7931cb71331120 /usr/local/www/fend.inc
parent20e1ed7dcc83862befe776243c7f0215e94a3370 (diff)
downloadpfsense-3a2f2d877390bb055baafa9a39653e41aca3039d.zip
pfsense-3a2f2d877390bb055baafa9a39653e41aca3039d.tar.gz
Do not round bottom area if alert box will be shown
Diffstat (limited to 'usr/local/www/fend.inc')
-rwxr-xr-xusr/local/www/fend.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index 3819211..1cdd57e 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -15,11 +15,12 @@ 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) {
echo "Rounded(\"div#roundalert\",\"bl br\",\"#FFF\",\"#990000\",\"smooth\");\n";
+ } else {
+ Rounded("div#topbox","tl tr","#FFF","#990000","smooth");
}
?>
</script>
OpenPOWER on IntegriCloud