자동저장 메시지 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7922 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-11-26 08:07:55 +00:00
parent 048d54b869
commit d6c29a7415
2 changed files with 44 additions and 4 deletions

View file

@ -385,9 +385,16 @@
<!-- Activate Editor -->
<script type="text/javascript">//<![CDATA[
var editor_path = '{$editor_path}';
var xeed_path = '{$editor_path}';
var auto_saved_msg = '{$lang->msg_auto_saved}';
var oEditor = editorStart_xe('{$editor_sequence}', '{$editor_primary_key_name}', '{$editor_content_key_name}', '{$editor_height}', '{$colorset}', '{$content_style}', '{$content_font}', '{$content_font_size}');
var editor_path = '{$editor_path}';
var xeed_path = '{$editor_path}';
var auto_saved_msg = '{$lang->msg_auto_saved}';
var oEditor = editorStart_xe('{$editor_sequence}', '{$editor_primary_key_name}', '{$editor_content_key_name}', '{$editor_height}', '{$colorset}', '{$content_style}', '{$content_font}', '{$content_font_size}');
window.lang = jQuery.extend(window.lang||{}, {
<!--@foreach($lang->edit as $key=>$val)-->
<!--@if(strpos($key,'autosave')===0)-->'{$key}':'{$val}',<!--@end-->
<!--@end-->
'_':'_'
});
//]]></script>
<!-- // Activate Editor -->