提交 d2ed8ea6 编写于 作者: 傻拖

增加显示系统版本号

上级 6f28d503
......@@ -26,6 +26,9 @@ MWF.xApplication.Setting.Document = new Class({
"data": {"key": "collectData", "valueKey": "footer", "notEmpty": false},
"value": this.explorer.collectData.footer
});
this.baseVersionNode = new Element("div",{"styles": this.css.explorerContentItemTitleNode, "text": this.lp.base_version}).inject(this.node);
new Element("div", {"styles": this.css.explorerContentInputInforNode, "text": "V" + layout.config.version}).inject(this.node);
},
"destroy": function(){
this.node.destroy();
......
......@@ -36,6 +36,7 @@ MWF.xApplication.Setting.LP = {
"base_footer": "System Subtitle",
"base_footer_infor": "Your system subtitle, it will be displayed at the bottom of your login page",
"base_footer_action": "Edit System Subtitle",
"base_version": "Current System Version",
"base_personSetting": "Configure the basic information of the personnel account of the system",
......
......@@ -36,6 +36,7 @@ MWF.xApplication.Setting.LP = {
"base_footer": "系统副标题",
"base_footer_infor": "您的系统副标题,它将会显示在您的登录页面下方",
"base_footer_action": "编辑您的系统副标题",
"base_version": "系统当前版本",
"base_personSetting": "配置系统的人员账户基本信息",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册