Set the value of hide_div_eye in the html_print_input_password function to true

This commit is contained in:
miguel angel rasteu 2023-04-24 13:13:55 +02:00
parent fffd6fc825
commit 8a303da276

View File

@ -397,7 +397,9 @@ $data[3] = html_print_input_password(
true, true,
$disabledBecauseInPolicy, $disabledBecauseInPolicy,
false, false,
$largeclassdisabledBecauseInPolicy $largeclassdisabledBecauseInPolicy,
'off',
true
); );
$data[3] .= html_print_input_hidden_extended('active_snmp_v3', 0, 'active_snmp_v3_mmen', true); $data[3] .= html_print_input_hidden_extended('active_snmp_v3', 0, 'active_snmp_v3_mmen', true);
if ($snmp_version != 3) { if ($snmp_version != 3) {
@ -419,7 +421,9 @@ $data[3] = html_print_input_password(
true, true,
$disabledBecauseInPolicy, $disabledBecauseInPolicy,
false, false,
$largeclassdisabledBecauseInPolicy $largeclassdisabledBecauseInPolicy,
'off',
true
); );
if ($snmp_version != 3) { if ($snmp_version != 3) {