mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
웹진형 스킨과 선택된 게시글 정리시 html 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2895 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a1d969e2de
commit
502e78cffd
3 changed files with 10 additions and 4 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<tr>
|
||||
<th scope="row">{$lang->move_target_module}</th>
|
||||
<td>
|
||||
<select id="target_module" name="target_module" class="w100" onchange="doGetCategoryFromModule(this); return false;">
|
||||
<select id="target_module" name="target_module" class="w300" onchange="doGetCategoryFromModule(this); return false;">
|
||||
<!--@foreach($module_list as $key => $val)-->
|
||||
<option value="{$val->module_srl}">{$val->browser_title} ({$val->mid})</option>
|
||||
<!--@end-->
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<tr>
|
||||
<th scope="row">{$lang->category}</th>
|
||||
<td>
|
||||
<select id="target_category" name="target_category" class="w100">
|
||||
<select id="target_category" name="target_category" class="w300">
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue