]> git.gsnw.org Git - m0n0chwall.git/commitdiff
Change SVG viewer installation note (since many open-source browsers already come...
authormkasper <mkasper@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Sat, 3 Jun 2006 19:08:41 +0000 (19:08 +0000)
committermkasper <mkasper@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Sat, 3 Jun 2006 19:08:41 +0000 (19:08 +0000)
Suggested by: Kjetil Kjernsmo

git-svn-id: https://svn.m0n0.ch/wall/trunk@143 e36fee2c-cc09-0410-a7cc-ebac5c6737de

webgui/status_graph.php
webgui/status_graph_cpu.php

index 6019ae5f8ed02714f2358ab2f16f886cd11a530a..fda5d5aa8ac5689875952d4af44db9febf5ee7d3 100755 (executable)
@@ -65,5 +65,5 @@ foreach ($ifdescrs as $ifn => $ifd) {
 <embed src="graph.php?ifnum=<?=$ifnum;?>&ifname=<?=rawurlencode($ifdescrs[$curif]);?>" type="image/svg+xml"
                width="550" height="275" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
 </div>
-<br><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.
+<br><span class="red"><strong>Note:</strong></span> if you can't see the graph, you may have to install the <a href="http://www.adobe.com/svg/viewer/install/" target="_blank">Adobe SVG viewer</a>.
 <?php include("fend.inc"); ?>
index 345787a875e16efe47ac517591778991b4017f09..0e593f8a5f2908e2e4f9f05a9a64140493c3ea76 100755 (executable)
@@ -37,5 +37,5 @@ require("guiconfig.inc");
 <embed src="graph_cpu.php" type="image/svg+xml"
                width="550" height="275" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
 </div>
-<br><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.
+<br><span class="red"><strong>Note:</strong></span> if you can't see the graph, you may have to install the <a href="http://www.adobe.com/svg/viewer/install/" target="_blank">Adobe SVG viewer</a>.
 <?php include("fend.inc"); ?>