mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
페이지 수정 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5789 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9cc6536c22
commit
7786c52ebc
2 changed files with 2 additions and 1 deletions
|
|
@ -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}" />
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue