small translations fixes
git-svn-id: svn://192.168.202.10@1322 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -9839,11 +9839,11 @@ else
|
||||
}
|
||||
if ( (VtigeRLogiNScripT == 'Y') && (VtigeREnableD > 0) )
|
||||
{
|
||||
document.getElementById("ScriptContents").innerHTML = "<iframe src=\"" + VtigeRurl + "/index.php?module=Usuarios&action=Authenticate&return_module=Usuarios&return_action=Conexión&user_name=" + user + "&user_password=" + pass + "&login_theme=softed&login_language=en_us\" style=\"background-color:transparent;\" scrolling=\"auto\" frameborder=\"0\" allowtransparency=\"true\" id=\"popupFrame\" name=\"popupFrame\" width=\"" + script_width + "\" height=\"" + script_height + "\" 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=es_es\" style=\"background-color:transparent;\" scrolling=\"auto\" frameborder=\"0\" allowtransparency=\"true\" id=\"popupFrame\" name=\"popupFrame\" width=\"" + script_width + "\" height=\"" + script_height + "\" STYLE=\"z-index:17\"> </iframe> ";
|
||||
}
|
||||
if ( (VtigeRLogiNScripT == 'NEW_WINDOW') && (VtigeREnableD > 0) )
|
||||
{
|
||||
var VtigeRall = VtigeRurl + "/index.php?module=Usuarios&action=Authenticate&return_module=Usuarios&return_action=Conexión&user_name=" + user + "&user_password=" + pass + "&login_theme=softed&login_language=en_us";
|
||||
var VtigeRall = VtigeRurl + "/index.php?module=Users&action=Authenticate&return_module=Users&return_action=Login&user_name=" + user + "&user_password=" + pass + "&login_theme=softed&login_language=es_es";
|
||||
|
||||
VtigeRwin =window.open(VtigeRall, web_form_target,'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=700,height=480');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user