fix some broken links since plural to singular, remove some base_url usage while at it

git-svn-id: http://www.observium.org/svn/observer/trunk@2087 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-04-15 17:22:35 +00:00
parent 6dc4d22e51
commit 2f121863b6
9 changed files with 36 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ if (mysql_result(mysql_query("SELECT count(*) from processors WHERE device_id =
$processor_rows = 0;
echo("<div style='background-color: #eeeeee; margin: 5px; padding: 5px;'>");
echo("<p style='padding: 0px 5px 5px;' class=sectionhead>");
echo('<a class="sectionhead" href="device/'.$device['device_id'].'/health/processors/">');
echo('<a class="sectionhead" href="device/'.$device['device_id'].'/health/processor/">');
echo("<img align='absmiddle' src='".$config['base_url']."/images/icons/processor.png'> Processors</a></p>");
echo("<table width=100% cellspacing=0 cellpadding=5>");
$procs = mysql_query("SELECT * FROM `processors` WHERE device_id = '" . $device['device_id'] . "' ORDER BY processor_descr ASC");