summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fend.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-12 23:18:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-12 23:18:37 +0000
commit5c9cc1decd4197b17202d272db1a1591a3529347 (patch)
tree031c5c5108e3121f981da62a4690c7cf2beb2367 /usr/local/www/fend.inc
parent7616c10733d7964707e14c1e1de2c785f9bd6752 (diff)
downloadpfsense-5c9cc1decd4197b17202d272db1a1591a3529347.zip
pfsense-5c9cc1decd4197b17202d272db1a1591a3529347.tar.gz
When an alert is in progress show it in its own box
Diffstat (limited to 'usr/local/www/fend.inc')
-rwxr-xr-xusr/local/www/fend.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index 792b2ea..1f8d785 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -18,10 +18,10 @@ Rounded("tr#fend","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";
- echo "Rounded(\"div#topbox\",\"tl tr\",\"#FFF\",\"#990000\",\"smooth\");\n";
+ echo "Rounded(\"div#roundalert\",\"all\",\"#FFF\",\"#000000\",\"smooth\");\n";
+ echo "Rounded(\"div#topbox\",\"all\",\"#FFF\",\"#990000\",\"smooth\");\n";
} else {
- echo "Rounded(\"div#topbox\",\"tl tr bl br\",\"#FFF\",\"#990000\",\"smooth\");\n";
+ echo "Rounded(\"div#topbox\",\"all\",\"#FFF\",\"#990000\",\"smooth\");\n";
}
?>
</script>
OpenPOWER on IntegriCloud