페이지 수정 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5789 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-06 07:14:37 +00:00
parent 9cc6536c22
commit 7786c52ebc
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
<div class="clear"></div>
<div class="adminLayer">
<form action="./" method="post" id="pageFo" onsubmit="return doSubmitPageContent(this);">
<input type="hidden" name="mid" value="" />
<input type="hidden" name="module" value="page" />
<input type="hidden" name="act" value="dispPageAdminContentModify" />
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />

View file

@ -373,7 +373,7 @@ function doAddWidgetCode(widget_code) {
var fo_obj = xGetElementById('pageFo');
fo_obj.content.value = tpl;
fo_obj.mid.value = current_mid;
fo_obj.submit();
}