mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
컨텐츠 위젯하위 호환때문에 발생하는 많은 수의 내용이 등록안되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5185 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9903396d83
commit
66a8118e54
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ function getContentWidgetCode(childObj, widget) {
|
|||
if(cobj.nodeName == "DIV" && cobj.className == "widgetContent") {
|
||||
var body = xInnerHtml(cobj);
|
||||
var document_srl = childObj.getAttribute('document_srl');
|
||||
if(document_srl>0) body = '';
|
||||
return '<img src="./common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" widget="widgetContent" style="'+getStyle(childObj)+'" body="'+body+'" document_srl="'+document_srl+'" widget_padding_left="'+getPadding(childObj,'left')+'" widget_padding_right="'+getPadding(childObj, 'right')+'" widget_padding_top="'+getPadding(childObj, 'top')+'" widget_padding_bottom="'+getPadding(childObj,'bottom')+'" />';
|
||||
}
|
||||
cobj = cobj.nextSibling;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue