2010-04-08 Junichi Satoh <junichi@rworks.jp>
* godmode/modules/manage_network_components_form_network.php: Added missing '_'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2551 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
267f41182b
commit
fd765420a0
|
@ -1,3 +1,8 @@
|
|||
2010-04-08 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* godmode/modules/manage_network_components_form_network.php: Added
|
||||
missing '_'.
|
||||
|
||||
2010-04-07 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.php: added request the search parameter.
|
||||
|
|
|
@ -37,9 +37,9 @@ $snmp_versions['2c'] = 'v. 2c';
|
|||
$snmp_versions['3'] = 'v. 3';
|
||||
|
||||
$data = array ();
|
||||
$data[0] = _('Port');
|
||||
$data[0] = __('Port');
|
||||
$data[1] = print_input_text ('tcp_port', $tcp_port, '', 5, 20, true);
|
||||
$data[2] = _('SNMP version');
|
||||
$data[2] = __('SNMP version');
|
||||
$data[3] = print_select ($snmp_versions, 'snmp_version', $snmp_version,
|
||||
'', '', '', true, false, false, '');
|
||||
|
||||
|
|
Loading…
Reference in New Issue