diff --git a/o2web/source/x_component_Org/PersonExplorer.js b/o2web/source/x_component_Org/PersonExplorer.js index 87c26651dbb8e3fc58c6a6c3504b63872d857d5c..b590f4306b90a84608d116e885ea12d8c84ce4fc 100644 --- a/o2web/source/x_component_Org/PersonExplorer.js +++ b/o2web/source/x_component_Org/PersonExplorer.js @@ -871,7 +871,11 @@ MWF.xApplication.Org.PersonExplorer.PersonContent.BaseInfor = new Class({ }.bind(this)); tdContents[12].setStyles(this.style.baseInforContentNode_edit).empty(); - this.ipAddressInputNode = new Element("input", {"styles": this.style.inputNode, "placeHolder": this.explorer.app.lp.ipAddressPlaceHolder, }).inject(tdContents[12]); + this.ipAddressInputNode = new Element("input", { + "styles": this.style.inputNode, + "placeHolder": this.explorer.app.lp.ipAddressPlaceHolder, + "autocomplete": "off" + }).inject(tdContents[12]); this.ipAddressInputNode.set("value", (this.data.ipAddress)); diff --git a/o2web/source/x_component_Org/lp/en.js b/o2web/source/x_component_Org/lp/en.js index d8116ffa0726df5ab2e9af18e1f38df7a8e759fb..5465b72a6a299fbcdd0a042ad22feeb7a5f103cf 100644 --- a/o2web/source/x_component_Org/lp/en.js +++ b/o2web/source/x_component_Org/lp/en.js @@ -43,7 +43,7 @@ MWF.xApplication.Org.LP = { "name": "Name", "description": "Description", "ipAddress" : "IP Address", - "ipAddressPlaceHolder" : "Only the matching ip address can login to the account. Separate multiple values with \",\"", + "ipAddressPlaceHolder" : "Only the matching ip can login to the account. Separate multiple values with \",\"", "ipAddressIncorrectNotice" : "IP address format is incorrect:", "createSubCompany": "Create sub company", diff --git a/o2web/source/x_component_Org/lp/zh-cn.js b/o2web/source/x_component_Org/lp/zh-cn.js index 7b199f6469f7ee3c4876f3b94b6c634b46eab52e..4dead6c648842b43f11ba63951a4963193cd7aff 100644 --- a/o2web/source/x_component_Org/lp/zh-cn.js +++ b/o2web/source/x_component_Org/lp/zh-cn.js @@ -43,7 +43,7 @@ MWF.xApplication.Org.LP = { "name": "名称", "description": "描述", "ipAddress" : "登录IP", - "ipAddressPlaceHolder" : "如果不为空,匹配的ip地址才能登录该账号,用“,”分隔多值", + "ipAddressPlaceHolder" : "如果不为空,匹配的ip才能登录该账号,用“,”分隔多值", "ipAddressIncorrectNotice" : "IP地址格式不正确:", "createSubCompany": "创建子公司",