提交 03c9eec2 编写于 作者: U unknown

修改管理员密码提示立即重启

上级 1ba05601
......@@ -63,7 +63,7 @@ MWF.xApplication.Setting.Document.Input = new Class({
if (!this.okButton) this.okButton = this.createButton(this.lp.ok, function(e){
if (this.data.lp.confirm){
var _self = this;
this.app.confirm("warn", e, "", {"html": this.data.lp.confirm}, 400, 200, function(){
this.app.confirm("warn", e, "", {"html": this.data.lp.confirm}, 400, 230, function(){
if (_self.submitData()) _self.editCancel();
this.close();
}, function(){this.close();})
......
......@@ -55,7 +55,7 @@ MWF.xApplication.Setting.LP = {
"base_adminPassword": "Super administrator password",
"base_adminPassword_infor": "Password of the super administrator xadmin",
"base_adminPassword_action": "Modify the super administrator password",
"base_adminPassword_confirm": "<div style='color:red'>The super administrator password is associated with the default database password, etc. Please carefully modify the super administrator password! </div><br>Are you sure you want to modify?",
"base_adminPassword_confirm": "<div style='color:red'>The super administrator password is associated with the default database password, etc. Please carefully modify the super administrator password! <br>Please restart immediately after changing the password, otherwise the system may go wrong!</div><br>Are you sure you want to modify?",
"base_loginSetting": "Configure user login options",
......
......@@ -54,7 +54,7 @@ MWF.xApplication.Setting.LP = {
"base_adminPassword": "超级管理员密码",
"base_adminPassword_infor": "超级管理员xadmin的密码,",
"base_adminPassword_action": "修改超级管理员密码",
"base_adminPassword_confirm": "<div style='color:red'>超级管理员密码关联默认数据库口令等,请慎重修改超级管理员密码!</div><br>您确定要修改吗?",
"base_adminPassword_confirm": "<div style='color:red'>超级管理员密码关联默认数据库口令等,请慎重修改超级管理员密码!<br>修改密码后请立即重启,否则系统可能出错!</div><br>您确定要修改吗?",
"base_loginSetting": "配置用户登录选项",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册