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:
ngleader 2008-12-16 06:21:06 +00:00
parent 91f8519086
commit 769ee33f57
19 changed files with 92 additions and 23 deletions

View file

@ -145,6 +145,8 @@
</div>
<!--@end-->
<!--@if($enable_default_component || $enable_component)-->
<div class="editorHelp" id="editorHelp_{$editor_sequence}">
<button type="button" class="helpButton" title="{$lang->edit->help}" onclick="showEditorHelp(event,{$editor_sequence})"><span>{$lang->edit->help}</span></button>
</div>
@ -167,7 +169,7 @@
</ul>
</li>
</ul>
<!--@end-->
</div>
<!--@if($enable_autosave)-->
@ -236,8 +238,6 @@
<!--@else-->
editorStart("{$editor_sequence}", "{$editor_primary_key_name}", "{$editor_content_key_name}", '{$editor_height}' , '#000');
<!--@end-->
<!--@end-->
//]]></script>