Removed empty help icons
This commit is contained in:
parent
0ee2ed6f5e
commit
bf3ac73feb
|
@ -298,7 +298,7 @@ function mainAgentsAlerts()
|
||||||
|
|
||||||
$table2->data[2][0] = __('Threshold');
|
$table2->data[2][0] = __('Threshold');
|
||||||
$table2->data[2][1] = html_print_input_text('module_action_threshold', '0', '', 5, 7, true);
|
$table2->data[2][1] = html_print_input_text('module_action_threshold', '0', '', 5, 7, true);
|
||||||
$table2->data[2][1] .= ' '.__('seconds').ui_print_help_icon('action_threshold', true);
|
$table2->data[2][1] .= ' '.__('seconds');
|
||||||
|
|
||||||
$content2 = '<form class="add_alert_form" method="post">';
|
$content2 = '<form class="add_alert_form" method="post">';
|
||||||
$content2 .= html_print_table($table2, true);
|
$content2 .= html_print_table($table2, true);
|
||||||
|
|
|
@ -341,7 +341,7 @@ $table_server .= html_print_select(
|
||||||
__('None'),
|
__('None'),
|
||||||
0,
|
0,
|
||||||
true
|
true
|
||||||
).'<div class="label_select_child_icons">'.ui_print_help_icon('agent_server', true).'</div></div></div>';
|
).'<div class="label_select_child_icons"></div></div></div>';
|
||||||
|
|
||||||
// Description.
|
// Description.
|
||||||
$table_description = '<div class="label_select"><p class="input_label">'.__('Description').': </p>';
|
$table_description = '<div class="label_select"><p class="input_label">'.__('Description').': </p>';
|
||||||
|
@ -368,7 +368,7 @@ echo '</div>';
|
||||||
|
|
||||||
if (enterprise_installed()) {
|
if (enterprise_installed()) {
|
||||||
$secondary_groups_selected = enterprise_hook('agents_get_secondary_groups', [$id_agente]);
|
$secondary_groups_selected = enterprise_hook('agents_get_secondary_groups', [$id_agente]);
|
||||||
$table_adv_secondary_groups = '<div class="label_select"><p class="input_label">'.__('Secondary groups').': '.ui_print_help_icon('secondary_groups', true).'</p></div>';
|
$table_adv_secondary_groups = '<div class="label_select"><p class="input_label">'.__('Secondary groups').':</p></div>';
|
||||||
$table_adv_secondary_groups_left = html_print_select_groups(
|
$table_adv_secondary_groups_left = html_print_select_groups(
|
||||||
false,
|
false,
|
||||||
// Use the current user to select the groups
|
// Use the current user to select the groups
|
||||||
|
@ -546,13 +546,13 @@ $params['cascade_protection'] = true;
|
||||||
$table_adv_parent .= '<div class="label_simple_items">';
|
$table_adv_parent .= '<div class="label_simple_items">';
|
||||||
$table_adv_parent .= ui_print_agent_autocomplete_input($params);
|
$table_adv_parent .= ui_print_agent_autocomplete_input($params);
|
||||||
if (enterprise_installed()) {
|
if (enterprise_installed()) {
|
||||||
$table_adv_parent .= html_print_checkbox_switch('cascade_protection', 1, $cascade_protection, true).__('Cascade protection').' '.ui_print_help_icon('cascade_protection', true);
|
$table_adv_parent .= html_print_checkbox_switch('cascade_protection', 1, $cascade_protection, true).__('Cascade protection').' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
$table_adv_parent .= __('Module').' '.html_print_select($modules_values, 'cascade_protection_module', $cascade_protection_module, '', '', 0, true).'</div></div>';
|
$table_adv_parent .= __('Module').' '.html_print_select($modules_values, 'cascade_protection_module', $cascade_protection_module, '', '', 0, true).'</div></div>';
|
||||||
|
|
||||||
// Learn mode / Normal mode
|
// Learn mode / Normal mode
|
||||||
$table_adv_module_mode = '<div class="label_select"><p class="input_label">'.__('Module definition').': '.ui_print_help_icon('module_definition', true).'</p>';
|
$table_adv_module_mode = '<div class="label_select"><p class="input_label">'.__('Module definition').':</p>';
|
||||||
$table_adv_module_mode .= '<div class="switch_radio_button">';
|
$table_adv_module_mode .= '<div class="switch_radio_button">';
|
||||||
$table_adv_module_mode .= html_print_radio_button_extended(
|
$table_adv_module_mode .= html_print_radio_button_extended(
|
||||||
'modo',
|
'modo',
|
||||||
|
|
|
@ -84,9 +84,7 @@ if (is_ajax()) {
|
||||||
// If the field is the number one, print the help message.
|
// If the field is the number one, print the help message.
|
||||||
if ($i == 1) {
|
if ($i == 1) {
|
||||||
// If our context is snmpconsole, show snmp_alert helps.
|
// If our context is snmpconsole, show snmp_alert helps.
|
||||||
if ((isset($_SERVER['HTTP_REFERER'])) && ( preg_match('/snmp_alert/', $_SERVER['HTTP_REFERER']) > 0 )) {
|
if ((!isset($_SERVER['HTTP_REFERER'])) && ( preg_match('/snmp_alert/', $_SERVER['HTTP_REFERER']) > 0 )) {
|
||||||
$fdesc .= ui_print_help_icon('snmp_alert_field1', true);
|
|
||||||
} else {
|
|
||||||
$fdesc .= ui_print_help_icon('alert_config', true);
|
$fdesc .= ui_print_help_icon('alert_config', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -386,7 +386,7 @@ if (count($actions) == 1 && isset($actions[0])) {
|
||||||
$table->data[$kaction][($k + 1)] = human_time_description_raw($action_threshold, true, 'tiny');
|
$table->data[$kaction][($k + 1)] = human_time_description_raw($action_threshold, true, 'tiny');
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->head[($k + 1)] = __('Threshold').'<span style="float: right;">'.ui_print_help_icon('action_threshold', true, '', 'images/header_help.png').'</span>';
|
$table->head[($k + 1)] = __('Threshold');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -215,7 +215,6 @@ $table->data[3][1] .= __('Number of alerts match from').' ';
|
||||||
$table->data[3][1] .= html_print_input_text('fires_min', 0, '', 4, 10, true);
|
$table->data[3][1] .= html_print_input_text('fires_min', 0, '', 4, 10, true);
|
||||||
$table->data[3][1] .= ' '.__('to').' ';
|
$table->data[3][1] .= ' '.__('to').' ';
|
||||||
$table->data[3][1] .= html_print_input_text('fires_max', 0, '', 4, 10, true);
|
$table->data[3][1] .= html_print_input_text('fires_max', 0, '', 4, 10, true);
|
||||||
$table->data[3][1] .= ui_print_help_icon('alert-matches', true);
|
|
||||||
$table->data[3][1] .= '</span>';
|
$table->data[3][1] .= '</span>';
|
||||||
|
|
||||||
echo '<form method="post" id="form_alerts" action="index.php?sec=gmassive&sec2=godmode/massive/massive_operations&option=add_action_alerts">';
|
echo '<form method="post" id="form_alerts" action="index.php?sec=gmassive&sec2=godmode/massive/massive_operations&option=add_action_alerts">';
|
||||||
|
|
|
@ -125,7 +125,7 @@ echo '<form '.'action="index.php?'.'sec=gmassive&'.'sec2=godmode/massive/massive
|
||||||
|
|
||||||
echo '<fieldset id="fieldset_source">';
|
echo '<fieldset id="fieldset_source">';
|
||||||
echo '<legend>';
|
echo '<legend>';
|
||||||
echo '<span>'.__('Source').ui_print_help_icon('manageconfig', true).'</span>';
|
echo '<span>'.__('Source');
|
||||||
echo '</legend>';
|
echo '</legend>';
|
||||||
html_print_table($table);
|
html_print_table($table);
|
||||||
echo '</fieldset>';
|
echo '</fieldset>';
|
||||||
|
|
|
@ -695,7 +695,7 @@ $table->data['edit1'][1] = '<table width="100%">';
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->data['edit3'][0] = __('Post process').ui_print_help_icon('postprocess', true);
|
$table->data['edit3'][0] = __('Post process');
|
||||||
|
|
||||||
$table->data['edit3'][1] = html_print_extended_select_for_post_process(
|
$table->data['edit3'][1] = html_print_extended_select_for_post_process(
|
||||||
'post_process',
|
'post_process',
|
||||||
|
@ -846,10 +846,6 @@ $table->data['edit1'][1] = '<table width="100%">';
|
||||||
|
|
||||||
// FF stands for Flip-flop.
|
// FF stands for Flip-flop.
|
||||||
$table->data['edit7'][0] = __('FF threshold').' ';
|
$table->data['edit7'][0] = __('FF threshold').' ';
|
||||||
$table->data['edit7'][0] .= ui_print_help_icon(
|
|
||||||
'ff_threshold',
|
|
||||||
true
|
|
||||||
);
|
|
||||||
|
|
||||||
$table->colspan['edit7'][1] = 3;
|
$table->colspan['edit7'][1] = 3;
|
||||||
$table->data['edit7'][1] = __('Mode').' ';
|
$table->data['edit7'][1] = __('Mode').' ';
|
||||||
|
@ -1060,26 +1056,26 @@ $table->data['edit1'][1] = '<table width="100%">';
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->data['edit22'][0] = __('Web checks').ui_print_help_icon('web_checks', true);
|
$table->data['edit22'][0] = __('Web checks');
|
||||||
;
|
;
|
||||||
$table->data['edit22'][1] = '<textarea id="textarea_plugin_parameter" name="plugin_parameter_text" cols="65" rows="15"></textarea>';
|
$table->data['edit22'][1] = '<textarea id="textarea_plugin_parameter" name="plugin_parameter_text" cols="65" rows="15"></textarea>';
|
||||||
|
|
||||||
$table->data['edit16'][2] = __('Port');
|
$table->data['edit16'][2] = __('Port');
|
||||||
$table->data['edit16'][3] = html_print_input_text('tcp_port', '', '', 5, 20, true);
|
$table->data['edit16'][3] = html_print_input_text('tcp_port', '', '', 5, 20, true);
|
||||||
|
|
||||||
$table->data['edit17'][0] = __('TCP send').' '.ui_print_help_icon('tcp_send', true);
|
$table->data['edit17'][0] = __('TCP send');
|
||||||
$table->data['edit17'][1] = html_print_textarea('tcp_send2', 2, 65, '', '', true);
|
$table->data['edit17'][1] = html_print_textarea('tcp_send2', 2, 65, '', '', true);
|
||||||
|
|
||||||
$table->data['edit17'][2] = __('TCP receive');
|
$table->data['edit17'][2] = __('TCP receive');
|
||||||
$table->data['edit17'][3] = html_print_textarea('tcp_rcv', 2, 65, '', '', true);
|
$table->data['edit17'][3] = html_print_textarea('tcp_rcv', 2, 65, '', '', true);
|
||||||
|
|
||||||
$table->data['edit18'][0] = __('WMI query').ui_print_help_icon('wmiquery', true);
|
$table->data['edit18'][0] = __('WMI query');
|
||||||
$table->data['edit18'][1] = html_print_input_text('wmi_query', '', '', 35, 255, true);
|
$table->data['edit18'][1] = html_print_input_text('wmi_query', '', '', 35, 255, true);
|
||||||
|
|
||||||
$table->data['edit18'][2] = __('Key string');
|
$table->data['edit18'][2] = __('Key string');
|
||||||
$table->data['edit18'][3] = html_print_input_text('key_string', '', '', 20, 60, true);
|
$table->data['edit18'][3] = html_print_input_text('key_string', '', '', 20, 60, true);
|
||||||
|
|
||||||
$table->data['edit19'][0] = __('Field number').ui_print_help_icon('wmifield', true);
|
$table->data['edit19'][0] = __('Field number');
|
||||||
$table->data['edit19'][1] = html_print_input_text('field_number', '', '', 5, 15, true);
|
$table->data['edit19'][1] = html_print_input_text('field_number', '', '', 5, 15, true);
|
||||||
|
|
||||||
$table->data['edit20'][0] = __('Plugin').ui_print_help_icon('plugin_macros', true);
|
$table->data['edit20'][0] = __('Plugin').ui_print_help_icon('plugin_macros', true);
|
||||||
|
|
|
@ -65,7 +65,7 @@ if (enterprise_installed()) {
|
||||||
'basic' => __('Basic'),
|
'basic' => __('Basic'),
|
||||||
'advanced' => __('Advanced'),
|
'advanced' => __('Advanced'),
|
||||||
];
|
];
|
||||||
$table->data[0][3] = html_print_select($wizard_levels, 'wizard_level', $wizard_level, '', '', -1, true, false, false).' '.ui_print_help_icon('meta_access', true);
|
$table->data[0][3] = html_print_select($wizard_levels, 'wizard_level', $wizard_level, '', '', -1, true, false, false);
|
||||||
} else {
|
} else {
|
||||||
$table->data[0][2] = '';
|
$table->data[0][2] = '';
|
||||||
$table->data[0][3] = html_print_input_hidden('wizard_level', $wizard_level, true);
|
$table->data[0][3] = html_print_input_hidden('wizard_level', $wizard_level, true);
|
||||||
|
@ -154,7 +154,7 @@ $table->data[2][1] = html_print_select(
|
||||||
$table->data[2][2] = __('Interval');
|
$table->data[2][2] = __('Interval');
|
||||||
$table->data[2][3] = html_print_extended_select_for_time('module_interval', $module_interval, '', '', '0', false, true);
|
$table->data[2][3] = html_print_extended_select_for_time('module_interval', $module_interval, '', '', '0', false, true);
|
||||||
|
|
||||||
$table->data[3][0] = __('Dynamic Interval').' '.ui_print_help_icon('dynamic_threshold', true);
|
$table->data[3][0] = __('Dynamic Interval');
|
||||||
$table->data[3][1] = html_print_extended_select_for_time('dynamic_interval', $dynamic_interval, '', 'None', '0', 10, true, 'width:150px', false);
|
$table->data[3][1] = html_print_extended_select_for_time('dynamic_interval', $dynamic_interval, '', 'None', '0', 10, true, 'width:150px', false);
|
||||||
$table->data[3][1] .= '<a onclick=advanced_option_dynamic()>'.html_print_image('images/cog.png', true, ['title' => __('Advanced options Dynamic Threshold')]).'</a>';
|
$table->data[3][1] .= '<a onclick=advanced_option_dynamic()>'.html_print_image('images/cog.png', true, ['title' => __('Advanced options Dynamic Threshold')]).'</a>';
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ $table->data[3][2] .= html_print_input_text('dynamic_max', $dynamic_max, '', 10,
|
||||||
$table->data[3][3] = '<span><em>'.__('Dynamic Two Tailed: ').'</em>';
|
$table->data[3][3] = '<span><em>'.__('Dynamic Two Tailed: ').'</em>';
|
||||||
$table->data[3][3] .= html_print_checkbox('dynamic_two_tailed', 1, $dynamic_two_tailed, true);
|
$table->data[3][3] .= html_print_checkbox('dynamic_two_tailed', 1, $dynamic_two_tailed, true);
|
||||||
|
|
||||||
$table->data[4][0] = __('Warning status').' '.ui_print_help_icon('warning_status', true);
|
$table->data[4][0] = __('Warning status');
|
||||||
$table->data[4][1] = '<span id="minmax_warning"><em>'.__('Min.').' </em> ';
|
$table->data[4][1] = '<span id="minmax_warning"><em>'.__('Min.').' </em> ';
|
||||||
$table->data[4][1] .= html_print_input_text(
|
$table->data[4][1] .= html_print_input_text(
|
||||||
'min_warning',
|
'min_warning',
|
||||||
|
@ -200,7 +200,7 @@ $table->data[4][2] = '<svg id="svg_dinamic" width="500" height="300"> </svg>';
|
||||||
$table->colspan[4][2] = 2;
|
$table->colspan[4][2] = 2;
|
||||||
$table->rowspan[4][2] = 3;
|
$table->rowspan[4][2] = 3;
|
||||||
|
|
||||||
$table->data[5][0] = __('Critical status').' '.ui_print_help_icon('critical_status', true);
|
$table->data[5][0] = __('Critical status');
|
||||||
$table->data[5][1] = '<span id="minmax_critical"><em>'.__('Min.').' </em> ';
|
$table->data[5][1] = '<span id="minmax_critical"><em>'.__('Min.').' </em> ';
|
||||||
$table->data[5][1] .= html_print_input_text(
|
$table->data[5][1] .= html_print_input_text(
|
||||||
'min_critical',
|
'min_critical',
|
||||||
|
@ -231,7 +231,7 @@ $table->data[5][1] .= html_print_input_text(
|
||||||
$table->data[5][1] .= '<br /><em>'.__('Inverse interval').'</em>';
|
$table->data[5][1] .= '<br /><em>'.__('Inverse interval').'</em>';
|
||||||
$table->data[5][1] .= html_print_checkbox('critical_inverse', 1, $critical_inverse, true);
|
$table->data[5][1] .= html_print_checkbox('critical_inverse', 1, $critical_inverse, true);
|
||||||
|
|
||||||
$table->data[6][0] = __('FF threshold').' '.ui_print_help_icon('ff_threshold', true);
|
$table->data[6][0] = __('FF threshold');
|
||||||
$table->colspan[6][1] = 3;
|
$table->colspan[6][1] = 3;
|
||||||
|
|
||||||
$table->data[6][1] = __('Keep counters');
|
$table->data[6][1] = __('Keep counters');
|
||||||
|
|
|
@ -57,16 +57,16 @@ $data = [];
|
||||||
$data[0] = __('SNMP Enterprise String');
|
$data[0] = __('SNMP Enterprise String');
|
||||||
$data[1] = html_print_input_text('snmp_oid', $snmp_oid, '', 30, 400, true);
|
$data[1] = html_print_input_text('snmp_oid', $snmp_oid, '', 30, 400, true);
|
||||||
// $table->colspan['snmp_2'][1] = 3;
|
// $table->colspan['snmp_2'][1] = 3;
|
||||||
$data[2] = __('SNMP community').ui_print_help_icon('column_macros', true);
|
$data[2] = __('SNMP community');
|
||||||
$data[3] = html_print_input_text('snmp_community', $snmp_community, '', 15, 60, true);
|
$data[3] = html_print_input_text('snmp_community', $snmp_community, '', 15, 60, true);
|
||||||
|
|
||||||
push_table_row($data, 'snmp_2');
|
push_table_row($data, 'snmp_2');
|
||||||
|
|
||||||
|
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = __('Auth user').ui_print_help_icon('column_macros', true);
|
$data[0] = __('Auth user');
|
||||||
$data[1] = html_print_input_text('snmp3_auth_user', $snmp3_auth_user, '', 15, 60, true);
|
$data[1] = html_print_input_text('snmp3_auth_user', $snmp3_auth_user, '', 15, 60, true);
|
||||||
$data[2] = __('Auth password').ui_print_help_icon('column_macros', true);
|
$data[2] = __('Auth password');
|
||||||
$data[3] = html_print_input_password('snmp3_auth_pass', $snmp3_auth_pass, '', 15, 60, true);
|
$data[3] = html_print_input_password('snmp3_auth_pass', $snmp3_auth_pass, '', 15, 60, true);
|
||||||
$data[3] .= html_print_input_hidden_extended('active_snmp_v3', 0, 'active_snmp_v3_mncfn', true);
|
$data[3] .= html_print_input_hidden_extended('active_snmp_v3', 0, 'active_snmp_v3_mncfn', true);
|
||||||
push_table_row($data, 'field_snmpv3_row1');
|
push_table_row($data, 'field_snmpv3_row1');
|
||||||
|
@ -74,7 +74,7 @@ push_table_row($data, 'field_snmpv3_row1');
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = __('Privacy method');
|
$data[0] = __('Privacy method');
|
||||||
$data[1] = html_print_select(['DES' => __('DES'), 'AES' => __('AES')], 'snmp3_privacy_method', $snmp3_privacy_method, '', '', '', true);
|
$data[1] = html_print_select(['DES' => __('DES'), 'AES' => __('AES')], 'snmp3_privacy_method', $snmp3_privacy_method, '', '', '', true);
|
||||||
$data[2] = __('Privacy pass').ui_print_help_icon('column_macros', true);
|
$data[2] = __('Privacy pass');
|
||||||
$data[3] = html_print_input_password('snmp3_privacy_pass', $snmp3_privacy_pass, '', 15, 60, true);
|
$data[3] = html_print_input_password('snmp3_privacy_pass', $snmp3_privacy_pass, '', 15, 60, true);
|
||||||
push_table_row($data, 'field_snmpv3_row2');
|
push_table_row($data, 'field_snmpv3_row2');
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@ $data[3] = html_print_select(
|
||||||
push_table_row($data, 'field_snmpv3_row3');
|
push_table_row($data, 'field_snmpv3_row3');
|
||||||
|
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = __('Post process').' '.ui_print_help_icon('postprocess', true);
|
$data[0] = __('Post process');
|
||||||
$data[1] = html_print_extended_select_for_post_process(
|
$data[1] = html_print_extended_select_for_post_process(
|
||||||
'post_process',
|
'post_process',
|
||||||
$post_process,
|
$post_process,
|
||||||
|
@ -117,7 +117,7 @@ push_table_row($data, 'field_process');
|
||||||
|
|
||||||
// Advanced stuff
|
// Advanced stuff
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = __('TCP send').' '.ui_print_help_icon('tcp_send', true);
|
$data[0] = __('TCP send');
|
||||||
$data[1] = html_print_textarea('tcp_send', 2, 65, $tcp_send, '', true);
|
$data[1] = html_print_textarea('tcp_send', 2, 65, $tcp_send, '', true);
|
||||||
$table->colspan['tcp_send'][1] = 3;
|
$table->colspan['tcp_send'][1] = 3;
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ $data[1] = html_print_select_from_sql(
|
||||||
);
|
);
|
||||||
// Store the macros in base64 into a hidden control to move between pages
|
// Store the macros in base64 into a hidden control to move between pages
|
||||||
$data[1] .= html_print_input_hidden('macros', base64_encode($macros), true);
|
$data[1] .= html_print_input_hidden('macros', base64_encode($macros), true);
|
||||||
$data[2] = __('Post process').' '.ui_print_help_icon('postprocess', true, ui_get_full_url(false, false, false, false));
|
$data[2] = __('Post process');
|
||||||
$data[3] = html_print_extended_select_for_post_process(
|
$data[3] = html_print_extended_select_for_post_process(
|
||||||
'post_process',
|
'post_process',
|
||||||
$post_process,
|
$post_process,
|
||||||
|
|
|
@ -30,29 +30,29 @@ require_once $config['homedir'].'/include/functions_modules.php';
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = __('WMI query').' '.ui_print_help_icon('wmi_query_tab', true);
|
$data[0] = __('WMI query').' '.ui_print_help_icon('wmi_query_tab', true);
|
||||||
$data[1] = html_print_input_text('snmp_oid', $snmp_oid, '', 25, 255, true);
|
$data[1] = html_print_input_text('snmp_oid', $snmp_oid, '', 25, 255, true);
|
||||||
$data[2] = __('Key string').' '.ui_print_help_icon('wmikey', true, ui_get_full_url(false, false, false, false));
|
$data[2] = __('Key string');
|
||||||
$data[3] = html_print_input_text('snmp_community', $snmp_community, '', 25, 255, true);
|
$data[3] = html_print_input_text('snmp_community', $snmp_community, '', 25, 255, true);
|
||||||
|
|
||||||
push_table_row($data, 'wmi_1');
|
push_table_row($data, 'wmi_1');
|
||||||
|
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = __('Field number').' '.ui_print_help_icon('wmifield', true, ui_get_full_url(false, false, false, false));
|
$data[0] = __('Field number');
|
||||||
$data[1] = html_print_input_text('tcp_port', $tcp_port, '', 5, 25, true);
|
$data[1] = html_print_input_text('tcp_port', $tcp_port, '', 5, 25, true);
|
||||||
$data[2] = __('Namespace').' '.ui_print_help_icon('wminamespace', true, ui_get_full_url(false, false, false, false));
|
$data[2] = __('Namespace');
|
||||||
$data[3] = html_print_input_text('tcp_send', $tcp_send, '', 25, 255, true);
|
$data[3] = html_print_input_text('tcp_send', $tcp_send, '', 25, 255, true);
|
||||||
|
|
||||||
push_table_row($data, 'wmi_2');
|
push_table_row($data, 'wmi_2');
|
||||||
|
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = __('Username').ui_print_help_icon('column_macros', true);
|
$data[0] = __('Username');
|
||||||
$data[1] = html_print_input_text('plugin_user', $plugin_user, '', 15, 255, true);
|
$data[1] = html_print_input_text('plugin_user', $plugin_user, '', 15, 255, true);
|
||||||
$data[2] = __('Password').ui_print_help_icon('column_macros', true);
|
$data[2] = __('Password');
|
||||||
$data[3] = html_print_input_password('plugin_pass', $plugin_pass, '', 25, 255, true);
|
$data[3] = html_print_input_password('plugin_pass', $plugin_pass, '', 25, 255, true);
|
||||||
|
|
||||||
push_table_row($data, 'wmi_3');
|
push_table_row($data, 'wmi_3');
|
||||||
|
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = __('Post process').' '.ui_print_help_icon('postprocess', true, ui_get_full_url(false, false, false, false));
|
$data[0] = __('Post process');
|
||||||
$data[1] = html_print_extended_select_for_post_process(
|
$data[1] = html_print_extended_select_for_post_process(
|
||||||
'post_process',
|
'post_process',
|
||||||
$post_process,
|
$post_process,
|
||||||
|
|
Loading…
Reference in New Issue