mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
1. 게시물 관리에서 이동 복사시 분유없음 추가 및 bugfix
2. 에디터 모드 쿠키 기억 3. 비밀글 기능 옵션으로 (게시물 댓글) 4. 에디터 컴포넌트 사용하지 않을때 도움말 없앰 5. 첨부시 용량 제한 표기 오류 fix git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5091 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
91f8519086
commit
769ee33f57
19 changed files with 92 additions and 23 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<th scope="row"><div><label for="textfield1">{$lang->checked_count} ({count($document_list)})</label></div></th>
|
||||
<td>
|
||||
<!--@if(count($document_list))-->
|
||||
<input type="checkbox" onclick="checkboxToggleAll(); return false;" /> {$lang->cmd_select}
|
||||
<input type="checkbox" onclick="XE.checkboxToggleAll()" checked="checked"/> {$lang->cmd_select}
|
||||
<ul class="document_list_box">
|
||||
<!--@foreach($document_list as $key => $document)-->
|
||||
<li class="document_list"><input type="checkbox" checked="checked" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this);"/> <address>{$document->getNickName()}</address> <span class="document_title">{$document->getTitle()}</span></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue