mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@742 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e71e466612
commit
85c958c8b1
7 changed files with 20 additions and 16 deletions
|
|
@ -150,12 +150,11 @@ div.editor_drag_down_area {
|
|||
}
|
||||
|
||||
div.editor_autosaved_message {
|
||||
padding:5px;
|
||||
margin:5px 0px 5px 0px;
|
||||
border:1px solid #f8be74;
|
||||
font-size:9pt;
|
||||
font-weight:bold;
|
||||
color:#d79619;
|
||||
background-color:#feffc4;
|
||||
color:#888888;
|
||||
display:none;
|
||||
position:absolute;
|
||||
top:10px;
|
||||
right:10px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
<!-- iframe -->
|
||||
<div class="editor_iframe_box"><iframe id="editor_iframe_{$upload_target_srl}" frameBorder="0" style="border:0px;width:99%;height:300px;margin:0px;"></iframe><div class="editor_drag_down_area" id="editor_drag_bar_{$upload_target_srl}"></div></div>
|
||||
<div class="editor_autosaved_message" id="editor_autosaved_message">{$lang->msg_auto_saved}</div>
|
||||
<div class="editor_autosaved_message" id="editor_autosaved_message">{$lang->msg_auto_saved} </div>
|
||||
</div>
|
||||
|
||||
<!--@if($allow_fileupload)-->
|
||||
|
|
|
|||
|
|
@ -140,6 +140,7 @@ function _editorAutoSave() {
|
|||
_autoSaveObj.title = title;
|
||||
_autoSaveObj.content = content;
|
||||
|
||||
xTop("editor_autosaved_message", xScrollTop()+10);
|
||||
xGetElementById("editor_autosaved_message").style.display = "block";
|
||||
setTimeout(function() {xGetElementById("editor_autosaved_message").style.display = "none";}, 3000);
|
||||
show_waiting_message = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue