prettify device/edit/snmp

git-svn-id: http://www.observium.org/svn/observer/trunk@2552 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-09-23 10:24:04 +00:00
parent 40a9e83ee6
commit 20930e7702
+3 -3
View File
@@ -41,11 +41,11 @@ if ($updated && $update_message)
print_error($update_message);
}
echo("<table cellpadding=0 cellspacing=0><tr><td>
echo("<br /><table cellpadding=0 cellspacing=0><tr><td>
<form id='edit' name='edit' method='post' action=''>
<input type=hidden name='editing' value='yes'>
<table width='400' border='0'>
<table width='500' border='0'>
<tr>
<td width='150'><div align='right'>SNMP Community</div></td>
<td><input name='community' size='20' value='" . $device['community'] . "' />
@@ -82,7 +82,7 @@ echo(" </select>
<tr>
<td><div align='right'>SNMP Timeout</div></td>
<td><input name='timeout' size='20' value='" . ($device['timeout'] ? $device['timeout'] : '') . "' />&nbsp;
<em>seconds</em>
<em>(milli)seconds</em>
</td>
</tr>
<tr>