mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
1. 게시글 이동시 같은 게시판으로 이동할때 첨부파일이 사라지는 버그 수정 2. 게시판 카테고리를 모두 제거해도 하나가 남아 있던 버그 수정 3. 게시판 신규 생성시 xe_board 스킨이 기본으로 선택되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3864 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9a6f01ba25
commit
bda171d266
5 changed files with 9 additions and 7 deletions
|
|
@ -71,7 +71,7 @@
|
|||
<td>
|
||||
<select name="skin">
|
||||
<!--@foreach($skin_list as $key=>$val)-->
|
||||
<option value="{$key}" <!--@if($module_info->skin==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<option value="{$key}" <!--@if($module_info->skin==$key ||(!$module_info->skin && $key=='xe_board'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<p>{$lang->about_skin}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue