- Fixed a href.

git-svn-id: http://www.observium.org/svn/observer/trunk@1159 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Geert Hauwaerts
2010-06-12 21:14:48 +00:00
parent aa9540007d
commit 7c5432cdf6

View File

@ -31,7 +31,7 @@ if($_GET['optb'] == "graphs") { echo('<strong>');
} else {
echo('<img src="images/icons/greyscale/graphs.png" class="optionicon" />');
}
echo('<a href="http://demo.observernms.org/health/'. $_GET['opta'].'/graphs/"> Graphs</a>');
echo('<a href="health/'. $_GET['opta'].'/graphs/"> Graphs</a>');
if($_GET['optb'] == "graphs") { echo('</strong>'); }
echo(' | ');
if($_GET['optb'] == "nographs") { echo('<strong>');
@ -39,7 +39,7 @@ if($_GET['optb'] == "nographs") { echo('<strong>');
} else {
echo('<img src="images/icons/greyscale/nographs.png" class="optionicon" />');
}
echo('<a href="http://demo.observernms.org/health/'. $_GET['opta'].'/nographs/"> No Graphs</a>');
echo('<a href="health/'. $_GET['opta'].'/nographs/"> No Graphs</a>');
if($_GET['optb'] == "nographs") { echo('</strong>'); }