2008-09-01 Raul Mateos <raulofpandora@gmail.com>

* operation/snmp/snmp_console/snmp_view.php: File, not updated in last commit,
	my SVN client doesn't work well.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1061 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2008-09-01 11:37:42 +00:00
parent 79973156fb
commit 4e13e77fa4
1 changed files with 2 additions and 2 deletions

View File

@ -263,9 +263,9 @@ echo "</table>";
$offset_counter = 0;
echo "<table width='750px'><tr><td align='right'>";
echo "<input class='sub' type='submit' name='updatebt' value='".__('Validate')."'> ";
echo "<input class='sub ok' type='submit' name='updatebt' value='".__('Validate')."'> ";
if (give_acl ($config['id_user'], 0, "IM")) {
echo "<input class='sub' type='submit' name='deletebt' value='".__('Delete')."'>";
echo "<input class='sub delete' type='submit' name='deletebt' value='".__('Delete')."'>";
}
echo "</form></td></tr></table>";