체크된 게시글 관리 팝업에서 모듈명이 길 경우 select 폼이 길어지는 html코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2374 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-22 07:35:35 +00:00
parent 7510b2a5e6
commit 7b25690362

View file

@ -21,7 +21,7 @@
<tr>
<th scope="row">{$lang->move_target_module}</th>
<td>
<select name="target_board">
<select name="target_board" class="w100">
<!--@foreach($board_list as $key => $val)-->
<!--@if($module_srl != $val->module_srl)-->
<option value="{$val->module_srl}">{$val->browser_title} ({$val->mid})</option>