가상사이트에서 모듈 가져오기 기능 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6196 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-24 07:44:11 +00:00
parent f49adee3b5
commit f4335d5dbf

View file

@ -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>