提交 64a1f136 编写于 作者: U unknown

取消内容管理列表设计元素的入口

上级 eb18d379
......@@ -177,11 +177,11 @@ MWF.xApplication.cms.ColumnManager.ViewExplorer = new Class({
"styles": this.css.noElementNode,
"text": (this.options.noCreate) ? MWF.CMSCM.LP.view.noViewNoCreateNoticeText : this.options.tooltip.noElement
}).inject(this.elementContentListNode);
if (!this.options.noCreate){
noElementNode.addEvent("click", function(e){
this._createElement(e);
}.bind(this));
}
// if (!this.options.noCreate){
// noElementNode.addEvent("click", function(e){
// this._createElement(e);
// }.bind(this));
// }
}
}.bind(this));
},
......
......@@ -130,7 +130,7 @@ MWF.xApplication.cms.ColumnManager.LP = {
"searchText": "Please enter a keyword",
"selectRelativeForm": "Select Relative Form",
"noViewNoticeText": "There is no list for this AppInfo, you can click here to create a list",
"noViewNoticeText": "This design element has been deprecated, please use the view or query configuration to present the data.",
"noViewNoCreateNoticeText": "There is no list for this AppInfo now",
"loaded": "The list is loaded",
"deleteFormTitle": "Confirm Delete List",
......
......@@ -131,7 +131,7 @@ MWF.xApplication.cms.ColumnManager.LP = {
"searchText": "请输入关键字",
"selectRelativeForm" : "选择列表关联表单",
"noViewNoticeText": "此栏目现在还没有列表,您可以点击此处创建一个列表",
"noViewNoticeText": "本设计元素已经过时,请使用视图或者查询配置展现数据。",
"noViewNoCreateNoticeText": "此栏目现在没有列表",
"loaded": "列表加载完毕",
"deleteFormTitle": "删除列表确认",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册