17494799 * 셀렉트박스의 크기를 늘림

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5009 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-11-27 09:17:18 +00:00
parent 279e2ea865
commit 2db59eb24b

View file

@ -29,7 +29,7 @@
<tr>
<th scope="row"><div>{$lang->move_target_module}</div></th>
<td>
<select id="target_module" name="target_module" class="w300" onchange="doGetCategoryFromModule(this); return false;">
<select id="target_module" name="target_module" class="w400" onchange="doGetCategoryFromModule(this); return false;">
<!--@foreach($module_list as $module_category_srl => $modules )-->
<!--@if($modules->title)-->
<option disabled="disabled">{$modules->title}</option>
@ -46,7 +46,7 @@
<tr>
<th scope="row"><div>{$lang->category}</div></th>
<td>
<select id="target_category" name="target_category" class="w300">
<select id="target_category" name="target_category" class="w400">
</select>
</td>
</tr>