mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@542 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87a8bc09ca
commit
9e94a95c4a
3 changed files with 13 additions and 0 deletions
|
|
@ -6,4 +6,5 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
$lang->msg_component_is_not_founded = '%s 에디터 컴포넌트를 찾을 수 없습니다';
|
$lang->msg_component_is_not_founded = '%s 에디터 컴포넌트를 찾을 수 없습니다';
|
||||||
|
$lang->about_dblclick_in_editor = '글 작성중 글자, 이미지, 에디터컴포넌트의 결과물등에서 더블클릭을 하시면 상세한 설정이 가능합니다';
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,14 @@ div.editor_area_2 {
|
||||||
clear:left;
|
clear:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.editor_area_about_dbl {
|
||||||
|
clear:left;
|
||||||
|
border:1px dotted #AAAAAA;
|
||||||
|
padding:3px;
|
||||||
|
font-size:9pt;
|
||||||
|
color:#666666;
|
||||||
|
}
|
||||||
|
|
||||||
div.editor_fontbox {
|
div.editor_fontbox {
|
||||||
margin : 3px 3px 3px 0px;
|
margin : 3px 3px 3px 0px;
|
||||||
float:left;
|
float:left;
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,10 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="editor_area_about_dbl">
|
||||||
|
{$lang->about_dblclick_in_editor}
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- iframe -->
|
<!-- 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_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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue