mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
기본 게시판 스킨의 추가 설정 폼의 css 어긋남 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3801 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d47480cd85
commit
aaaec3e5d9
5 changed files with 15 additions and 4 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<!-- 다중 선택 -->
|
||||
<!--@elseif($val->type == 'checkbox')-->
|
||||
<!--@if($val->default)-->
|
||||
<ul style="list-style:none;">
|
||||
<ul>
|
||||
<!--@foreach($val->default as $v)-->
|
||||
<li><input type="checkbox" name="{$val->column_name}" value="{$v}" <!--@if(is_array($val->value)&&in_array($v, $val->value))-->checked="checked"<!--@end-->/> {$v}</li>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue