mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
메뉴 > 모듈찾기 팝업의 잘못된 form태그 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2087 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
639897623a
commit
dbdc5f4266
1 changed files with 16 additions and 21 deletions
|
|
@ -11,26 +11,22 @@
|
||||||
<table cellspacing="0" class="tableType5">
|
<table cellspacing="0" class="tableType5">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row" colspan="2" class="nowrap">
|
||||||
<select name="module_category_srl" class="w5">
|
<select name="module_category_srl" class="w5">
|
||||||
<option value="">{$lang->module_category}</option>
|
<option value="">{$lang->module_category}</option>
|
||||||
<!--@foreach($module_category as $key => $val)-->
|
<!--@foreach($module_category as $key => $val)-->
|
||||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</select>
|
</select>
|
||||||
</form>
|
<select name="target_module" class="w5">
|
||||||
</th>
|
<option value="">{$lang->module}</option>
|
||||||
<th scope="row">
|
<!--@foreach($module_list as $key => $val)-->
|
||||||
<select name="target_module" class="w5">
|
<option value="{$val->module}" <!--@if($target_module ==$val->module)-->selected="selected"<!--@end-->>{$val->module}</option>
|
||||||
<option value="">{$lang->module}</option>
|
<!--@end-->
|
||||||
<!--@foreach($module_list as $key => $val)-->
|
</select>
|
||||||
<option value="{$val->module}" <!--@if($target_module ==$val->module)-->selected="selected"<!--@end-->>{$val->module}</option>
|
<span class="button"><input type="submit" name="go_button" value="GO" /></span>
|
||||||
<!--@end-->
|
|
||||||
</select>
|
|
||||||
<span class="button"><input type="submit" name="go_button" value="GO" /></span>
|
|
||||||
</th>
|
</th>
|
||||||
<th scope="row">{$lang->mid}</th>
|
<th scope="row">{$lang->mid}</th>
|
||||||
<th scope="row">{$lang->title}</th>
|
|
||||||
<th scope="row">{$lang->cmd_select}</th>
|
<th scope="row">{$lang->cmd_select}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
@ -45,9 +41,8 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</td>
|
</td>
|
||||||
<td class="tahoma">{$val->module}</td>
|
<td class="tahoma">{$val->module}</td>
|
||||||
<td class="tahoma">{$key}</td>
|
<td class="tahoma">{$val->browser_title} ({$key})</td>
|
||||||
<td>{$val->browser_title}</td>
|
<td class="blue tCenter"><a href="#" onclick="doInsertMid('{$key}','{$menu_id}'); return false;">{$lang->cmd_select}</a></td>
|
||||||
<td class="blue"><a href="#" onclick="doInsertMid('{$key}','{$menu_id}'); return false;">{$lang->cmd_select}</a></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue