mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Set the value of hide_div_eye in the html_print_input_password function to true
This commit is contained in:
parent
fffd6fc825
commit
8a303da276
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user