diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-04 01:25:09 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-04 01:25:09 +0000 |
commit | 3031ccc11fb74ca931f45018a65c2013d51ed6ae (patch) | |
tree | 9e8ad8e03752845948916891a5e941cd6c258c8b /usr/local/www | |
parent | 7594c5530b03cbea84458d2bed2eb190cf310ae4 (diff) | |
download | pfsense-3031ccc11fb74ca931f45018a65c2013d51ed6ae.zip pfsense-3031ccc11fb74ca931f45018a65c2013d51ed6ae.tar.gz |
Note that firefox 1.5 works with native viewer
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/status_graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php index 9913f9e..4bab45e 100755 --- a/usr/local/www/status_graph.php +++ b/usr/local/www/status_graph.php @@ -80,7 +80,7 @@ foreach ($ifdescrs as $ifn => $ifd) { ?> </select> </form> -<p><span class="red"><strong>Note:</strong></span> the <a href="http://www.adobe.com/svg/viewer/install/" target="_blank">Adobe SVG viewer</a> is required to view the graph. +<p><span class="red"><strong>Note:</strong></span> the <a href="http://www.adobe.com/svg/viewer/install/" target="_blank">Adobe SVG viewer</a> or FireFox 1.5 is required to view the graph. <p><form method="post" action="status_graph.php"> Graph Width: <input name="width" value="<? echo $width; ?>"> Height: <input name="height" value="<? echo $height; ?>"> <input type="submit" value="Change Graph Size"></p> </form> |