git-svn-id: http://xe-core.googlecode.com/svn/trunk@667 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 10:02:00 +00:00
parent a6e0e2260e
commit 6e29199e2b
18 changed files with 16 additions and 18 deletions

View file

@ -5,7 +5,6 @@
* @brief 위지윅에디터(editor) 모듈 > 인용구 (quotation) 컴포넌트의 언어팩
**/
$lang->quotation = "인용구 사용하기";
$lang->quotation_use_folder = "접기 기능 사용";
$lang->quotation_opener = "열기 버튼 이름";
$lang->quotation_closer = "닫기 버튼 이름";

View file

@ -79,7 +79,7 @@
margin-top:4px;
background-color:#FFFFFF;
border:1px solid #AAAAAA;
height:16px;
height:18px;
font-size:8pt;
}

View file

@ -4,7 +4,7 @@
<form action="./" method="get" onSubmit="return false" id="fo">
<div class="editor_window">
<div class="editor_title">{$lang->quotation}</div>
<div class="editor_title">{$component_info->title} ver. {$component_info->version} <a href="#" onclick="winopen('./?module=editor&amp;act=viewComponentInfo&amp;component_name={$component_info->component_name}','ComponentInfo','left=10,top=10,width=10,height=10,resizable=no,scrollbars=no,toolbars=no');return false;"><img src="../../../tpl/images/about_component.gif" title="{$lang->about_component}" alt="{$lang->about_component}" class="about_component_icon" border="0" /></a></div>
<div class="header">{$lang->quotation_use_folder}</div>
<div class="body"><input type="checkbox" id="quotation_use" value="Y" onclick="toggle_folder(this)" /></div>