syntaxer run

git-svn-id: http://www.observium.org/svn/observer/trunk@2643 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-10-04 14:38:54 +00:00
parent 2dc8b807e9
commit a369c442eb
113 changed files with 0 additions and 232 deletions

View File

@@ -52,7 +52,6 @@ foreach ($config['poller_modules'] as $module => $module_status)
echo(($module_status ? '<span class=green>enabled</span>' : '<span class=red>disabled</span>' ));
}
echo('</td><td>');
echo('<form id="toggle_poller" name="toggle_poller" method="post" action="">
@@ -61,7 +60,6 @@ foreach ($config['poller_modules'] as $module => $module_status)
</label>
</form>');
echo('</td></tr>');
$i++;
}
@@ -89,7 +87,6 @@ foreach ($config['discovery_modules'] as $module => $module_status)
echo(($module_status ? '<span class=green>enabled</span>' : '<span class=red>disabled</span>' ));
}
echo('</td><td>');
echo('<form id="toggle_discovery" name="toggle_discovery" method="post" action="">
@@ -98,14 +95,11 @@ foreach ($config['discovery_modules'] as $module => $module_status)
</label>
</form>');
echo('</td></tr>');
$i++;
}
echo('</table>');
echo('</div>');
?>