summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2012-02-10 22:09:40 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2012-02-10 22:09:40 -0700
commitc93b202d75e3df1aecbb25587e1a225a05fbcc9c (patch)
treed533607c9b3ad437097256dfc995162304094ac5 /usr/local
parentc92fb4c4dea298072593b2aae22aed43dcf44972 (diff)
downloadpfsense-c93b202d75e3df1aecbb25587e1a225a05fbcc9c.zip
pfsense-c93b202d75e3df1aecbb25587e1a225a05fbcc9c.tar.gz
Change to embed to prevent IE9 from misbehaving. Ticket #2165
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/status_graph.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index bc689ab..f4a6a15 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -195,10 +195,7 @@ foreach ($ifdescrs as $ifn => $ifd) {
<p>
<div id="niftyOutter">
<div id="col1" style="float: left; width: 46%; padding: 5px; position: relative;">
- <object data="graph.php?ifnum=<?=htmlspecialchars($curif);?>&ifname=<?=rawurlencode($ifdescrs[htmlspecialchars($curif)]);?>" type="image/svg+xml" width="<?=$width;?>" height="<?=$height;?>">
- <param name="src" value="graph.php?ifnum=<?=htmlspecialchars($curif);?>&ifname=<?=rawurlencode($ifdescrs[htmlspecialchars($curif)]);?>" />
- <?=gettext("Your browser does not support the type SVG! You need to either use Firefox or download the Adobe SVG plugin"); ?>.
- </object>
+ <embed src="graph.php?ifnum=<?=htmlspecialchars($curif);?>&ifname=<?=rawurlencode($ifdescrs[htmlspecialchars($curif)]);?>" type="image/svg+xml" width="<?=$width;?>" height="<?=$height;?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
<div id="col2" style="float: right; width: 48%; padding: 5px; position: relative;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
OpenPOWER on IntegriCloud