diff --git a/o2web/source/x_component_Setting/Document.js b/o2web/source/x_component_Setting/Document.js index 66ae045214f2635535fa1e16b90c245f124e544a..3919ca7eb5dc91957733c384cab92d5d83fb2dd3 100644 --- a/o2web/source/x_component_Setting/Document.js +++ b/o2web/source/x_component_Setting/Document.js @@ -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(); diff --git a/o2web/source/x_component_Setting/lp/en.js b/o2web/source/x_component_Setting/lp/en.js index 975cb68351a331883c7095d98ed9571c98d6fc41..d68d6e6c642e3efabc640acda8655b9d70b85a83 100644 --- a/o2web/source/x_component_Setting/lp/en.js +++ b/o2web/source/x_component_Setting/lp/en.js @@ -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", diff --git a/o2web/source/x_component_Setting/lp/zh-cn.js b/o2web/source/x_component_Setting/lp/zh-cn.js index 1e42a8b59da88bc0677eed711a00b162b7d63bff..bc67fde6f3bd49584a68c2bf2f6bed3ea8164864 100644 --- a/o2web/source/x_component_Setting/lp/zh-cn.js +++ b/o2web/source/x_component_Setting/lp/zh-cn.js @@ -36,6 +36,7 @@ MWF.xApplication.Setting.LP = { "base_footer": "系统副标题", "base_footer_infor": "您的系统副标题,它将会显示在您的登录页面下方", "base_footer_action": "编辑您的系统副标题", + "base_version": "系统当前版本", "base_personSetting": "配置系统的人员账户基本信息",