mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
가상사이트에서 모듈 가져오기 기능 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6196 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f49adee3b5
commit
f4335d5dbf
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<!--@if($logged_info->is_admin == 'Y')-->
|
||||
<!--%import("filter/export_module.xml")-->
|
||||
<div class="fl">
|
||||
<form method="post" action="./" id="foImport" onsubmit="return procFilter(this,export_module);">
|
||||
<form method="post" action="./" id="foExport" onsubmit="return procFilter(this,export_module);">
|
||||
<select name="export_module_srl">
|
||||
<!--@foreach($mid_list as $no => $val)-->
|
||||
<option value="{$val->module_srl}">{$val->browser_title}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue