mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
17494799 * 셀렉트박스의 크기를 늘림
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5009 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
279e2ea865
commit
2db59eb24b
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><div>{$lang->move_target_module}</div></th>
|
<th scope="row"><div>{$lang->move_target_module}</div></th>
|
||||||
<td>
|
<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 )-->
|
<!--@foreach($module_list as $module_category_srl => $modules )-->
|
||||||
<!--@if($modules->title)-->
|
<!--@if($modules->title)-->
|
||||||
<option disabled="disabled">{$modules->title}</option>
|
<option disabled="disabled">{$modules->title}</option>
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><div>{$lang->category}</div></th>
|
<th scope="row"><div>{$lang->category}</div></th>
|
||||||
<td>
|
<td>
|
||||||
<select id="target_category" name="target_category" class="w300">
|
<select id="target_category" name="target_category" class="w400">
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue