mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
1. 로그인 접속자 위젯의 이름 클릭시 # 속성으로 스크롤업되는 문제 수정
2. 문서 모듈 설정의 휴지통 TAB 잘못된 태그 수정 3. 익명 게시판 기능 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5921 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d807512aca
commit
46bb24295c
18 changed files with 71 additions and 8 deletions
|
|
@ -127,6 +127,13 @@
|
|||
<p>{$lang->about_except_notice}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->use_anonymous}</div></th>
|
||||
<td>
|
||||
<input type="checkbox" name="use_anonymous" value="Y" <!--@if($module_info->use_anonymous=='Y')-->checked="checked"<!--@end--> />
|
||||
<p>{$lang->about_use_anonymous}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->consultation}</div></th>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue