fixed very minor vtiger login issue on vicidial.php
git-svn-id: svn://192.168.202.10@1047 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -6967,7 +6967,7 @@ else
|
||||
}
|
||||
if ( (VtigeRLogiNScripT == 'Y') && (VtigeREnableD > 0) )
|
||||
{
|
||||
document.getElementById("ScriptContents").innerHTML = "<iframe src=\"" + VtigeRurl + "index.php?module=Users&action=Authenticate&return_module=Users&return_action=Login&user_name=" + user + "&user_password=" + pass + "&login_theme=softed&login_language=en_us\" style=\"width:580;height:290;background-color:transparent;\" scrolling=\"auto\" frameborder=\"0\" allowtransparency=\"true\" id=\"popupFrame\" name=\"popupFrame\" width=\"460\" height=\"290\" STYLE=\"z-index:17\"> </iframe> ";
|
||||
document.getElementById("ScriptContents").innerHTML = "<iframe src=\"" + VtigeRurl + "/index.php?module=Users&action=Authenticate&return_module=Users&return_action=Login&user_name=" + user + "&user_password=" + pass + "&login_theme=softed&login_language=en_us\" style=\"width:580;height:290;background-color:transparent;\" scrolling=\"auto\" frameborder=\"0\" allowtransparency=\"true\" id=\"popupFrame\" name=\"popupFrame\" width=\"460\" height=\"290\" STYLE=\"z-index:17\"> </iframe> ";
|
||||
|
||||
}
|
||||
VICIDiaL_closer_login_checked = 1;
|
||||
|
||||
Reference in New Issue
Block a user