some more icons, changes to device editing system

git-svn-id: http://www.observium.org/svn/observer/trunk@1221 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-06-20 17:21:35 +00:00
parent bfd6163b8f
commit 5bdb0f31e4
24 changed files with 266 additions and 163 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ if($config['enable_inventory'] && @mysql_result(mysql_query("SELECT * FROM `entP
if(mysql_result(mysql_query("select count(service_id) from services WHERE device_id = '" . $device['device_id'] . "'"), 0) > '0') {
echo('<li class="' . $select['srv'] . '">
<a href="'.$config['base_url'].'/device/' . $device['device_id'] . '/srv/">
<img src="images/16/server_cog.png" align="absmiddle" border="0" /> Services
<img src="images/icons/services.png" align="absmiddle" border="0" /> Services
</a>
</li>
');