mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
#10598 license and dropsearch select2
This commit is contained in:
parent
9e81e28c62
commit
e6e4448ea9
@ -399,6 +399,10 @@ class WelcomeWindow extends Wizard
|
|||||||
$btn_license_valid_class = '';
|
$btn_license_valid_class = '';
|
||||||
$li_license_valid_class = 'row_green';
|
$li_license_valid_class = 'row_green';
|
||||||
$flag_lv = true;
|
$flag_lv = true;
|
||||||
|
} else {
|
||||||
|
$btn_license_valid_class = 'fail';
|
||||||
|
$li_license_valid_class = 'row_grey';
|
||||||
|
$flag_lv = false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$show_license = false;
|
$show_license = false;
|
||||||
@ -1227,6 +1231,10 @@ class WelcomeWindow extends Wizard
|
|||||||
$('#text-id_agent').autocomplete({
|
$('#text-id_agent').autocomplete({
|
||||||
appendTo: '#dialog_alert_mail'
|
appendTo: '#dialog_alert_mail'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$("#id_agent_module").select2({
|
||||||
|
dropdownParent: $("#dialog_alert_mail")
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user