Merge branch 'ent-10769-Errores-en-Trap-console-y-Trap-editor' into 'develop'

several minor fixes

See merge request artica/pandorafms!5638
This commit is contained in:
Diego Muñoz-Reja 2023-04-26 08:57:03 +00:00
commit 3e0c06b4b7
6 changed files with 7 additions and 6 deletions

View File

@ -808,7 +808,7 @@ $table->data['edit1'][1] = '<table width="100%">';
1 1
); );
$table->data['edit3'][2] = __('SMNP community'); $table->data['edit3'][2] = __('SNMP community');
$table->data['edit3'][3] = html_print_input_text( $table->data['edit3'][3] = html_print_input_text(
'snmp_community', 'snmp_community',
'', '',

View File

@ -56,7 +56,7 @@ ui_print_standard_header(
], ],
[ [
'link' => '', 'link' => '',
'label' => __('SMNP'), 'label' => __('SNMP'),
], ],
] ]
); );

View File

@ -48,7 +48,7 @@ ui_print_standard_header(
], ],
[ [
'link' => '', 'link' => '',
'label' => __('SMNP'), 'label' => __('SNMP'),
], ],
] ]
); );

View File

@ -719,6 +719,7 @@ class SnmpConsole extends HTML
} }
$sql = sprintf($sql, $whereSubquery, $start, $length); $sql = sprintf($sql, $whereSubquery, $start, $length);
$sql_count = 'SELECT COUNT(id_trap) FROM ttrap $sql_count = 'SELECT COUNT(id_trap) FROM ttrap
WHERE ( WHERE (
source IN ('.implode(',', $address_by_user_groups).") OR source IN ('.implode(',', $address_by_user_groups).") OR
@ -908,7 +909,7 @@ class SnmpConsole extends HTML
).'</a>'; ).'</a>';
if ($config['enterprise_installed']) { if ($config['enterprise_installed']) {
$tmp->action .= '<a href="index.php?sec=snmpconsole&sec2=enterprise/godmode/snmpconsole/snmp_trap_editor_form&oid='.$tmp->oid.'&custom_oid='.urlencode($tmp->oid_custom).'&severity='.$tmp->severity.'&text='.io_safe_input($tmp->text).'&description='.io_safe_input($tmp->description, ENT_QUOTES).'" title="'.io_safe_input($tmp->description, ENT_QUOTES).'">'; $tmp->action .= '<a href="index.php?sec=snmpconsole&sec2=enterprise/godmode/snmpconsole/snmp_trap_editor_form&id='.$tmp->id_trap.'&oid='.$tmp->oid.'&custom_oid='.urlencode($tmp->oid_custom).'&severity='.$tmp->severity.'&text='.io_safe_input($tmp->text).'&description='.io_safe_input($tmp->description, ENT_QUOTES).'" title="'.io_safe_input($tmp->description, ENT_QUOTES).'">';
$tmp->action .= html_print_image( $tmp->action .= html_print_image(
'images/edit.svg', 'images/edit.svg',
true, true,

View File

@ -87,7 +87,7 @@ ui_print_standard_header(
], ],
[ [
'link' => '', 'link' => '',
'label' => __('SMNP'), 'label' => __('SNMP'),
], ],
] ]
); );

View File

@ -57,7 +57,7 @@ ui_print_standard_header(
], ],
[ [
'link' => '', 'link' => '',
'label' => __('SMNP'), 'label' => __('SNMP'),
], ],
] ]
); );