mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
체크된 게시글 관리 팝업에서 모듈명이 길 경우 select 폼이 길어지는 html코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2374 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7510b2a5e6
commit
7b25690362
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{$lang->move_target_module}</th>
|
<th scope="row">{$lang->move_target_module}</th>
|
||||||
<td>
|
<td>
|
||||||
<select name="target_board">
|
<select name="target_board" class="w100">
|
||||||
<!--@foreach($board_list as $key => $val)-->
|
<!--@foreach($board_list as $key => $val)-->
|
||||||
<!--@if($module_srl != $val->module_srl)-->
|
<!--@if($module_srl != $val->module_srl)-->
|
||||||
<option value="{$val->module_srl}">{$val->browser_title} ({$val->mid})</option>
|
<option value="{$val->module_srl}">{$val->browser_title} ({$val->mid})</option>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue