Commit 443d4dbb authored by chrisch1974's avatar chrisch1974

ldap: import users: add scrollbars on IE, Firefox & Opera

parent 8bd21e19
...@@ -464,7 +464,7 @@ function sshkeyClicked(obj) { ...@@ -464,7 +464,7 @@ function sshkeyClicked(obj) {
function import_ldap_users() { function import_ldap_users() {
url="system_usermanager_import_ldap.php"; url="system_usermanager_import_ldap.php";
var oWin = window.open(url,"OPNsense","width=620,height=400,top=150,left=150"); var oWin = window.open(url,"OPNsense","width=620,height=400,top=150,left=150,scrollbars=yes");
if (oWin==null || typeof(oWin)=="undefined") { if (oWin==null || typeof(oWin)=="undefined") {
alert("<?=gettext('Popup blocker detected. Action aborted.');?>"); alert("<?=gettext('Popup blocker detected. Action aborted.');?>");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment