mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
에디터의 글 임시 저장의 시간을 15초 단위로 바꾸고 에디터 바로 상단에 메세지가 표시되도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1948 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e6033d5b70
commit
3ad2b64fbf
3 changed files with 13 additions and 5 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<script type="text/javascript">//<![CDATA[
|
||||
var editor_height = '{$editor_height}';
|
||||
var editor_path = "{$editor_path}";
|
||||
var auto_saved_msg = "{$lang->msg_auto_saved}";
|
||||
editorInit("{$upload_target_srl}", {$enable_resizable}, {$editor_height});
|
||||
//]]></script>
|
||||
|
||||
|
|
@ -114,6 +115,8 @@
|
|||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="editor_autosaved_message" id="editor_autosaved_message"></div>
|
||||
|
||||
<div class="editor_iframe_box" id="editor_iframe_area_{$upload_target_srl}"></div>
|
||||
|
||||
<div class="textAreaDragIndicator"><div class="textAreaDragIndicatorBar" id="editor_drag_bar_{$upload_target_srl}"></div></div>
|
||||
|
|
@ -147,8 +150,6 @@
|
|||
<div class="clear"></div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="editor_autosaved_message" id="editor_autosaved_message">{$lang->msg_auto_saved} </div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue