modified editor

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12039 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-11-02 07:00:09 +00:00
parent ab8cd6f262
commit 1c2884088e
2 changed files with 10 additions and 12 deletions

View file

@ -1,14 +1,14 @@
<?xml version='1.0' encoding='UTF-8'?>
<lang>
<item name="editor_preview">
<value xml:lang="ko"><![CDATA[에디터 미리보기]]></value>
<value xml:lang="en"><![CDATA[Editor Preview]]></value>
<value xml:lang="jp"><![CDATA[エディタープレビュー]]></value>
<value xml:lang="zh-CN"><![CDATA[Editor Preview]]></value>
<value xml:lang="zh-TW"><![CDATA[Editor Preview]]></value>
<value xml:lang="ru"><![CDATA[Editor Preview]]></value>
<value xml:lang="tr"><![CDATA[Editor Preview]]></value>
<value xml:lang="vi"><![CDATA[Editor Preview]]></value>
<item name="editor_now">
<value xml:lang="ko"><![CDATA[현재 설정 상태]]></value>
<value xml:lang="en"><![CDATA[현재 설정 상태]]></value>
<value xml:lang="jp"><![CDATA[현재 설정 상태]]></value>
<value xml:lang="zh-CN"><![CDATA[현재 설정 상태]]></value>
<value xml:lang="zh-TW"><![CDATA[현재 설정 상태]]></value>
<value xml:lang="ru"><![CDATA[현재 설정 상태]]></value>
<value xml:lang="tr"><![CDATA[현재 설정 상태]]></value>
<value xml:lang="vi"><![CDATA[현재 설정 상태]]></value>
</item>
<item name="editor_component">
<value xml:lang="ko"><![CDATA[에디터 컴포넌트]]></value>

View file

@ -7,7 +7,7 @@
</div>
<!-- Editor Preview -->
<section class="section">
<h1>{$lang->editor_preview}</h1>
<h1>{$lang->editor_now}</h1>
<div class="x_tabbable">
<ul class="x_nav x_nav-tabs" style="margin-bottom:0;border-bottom:0">
<li class="x_active"><a href="#pre_document">{$lang->main_editor}</a></li>
@ -16,11 +16,9 @@
<div class="x_tab-content x_thumbnail">
<div class="x_tab-pane x_active" id="pre_document">
<iframe src="{getUrl('','act', 'dispEditorConfigPreview','mode','main')}" id="pre_document_frame" style="border:0;width:100%;height:450px"></iframe>
<p class="x_modal-footer center"><a href="{getUrl('','act', 'dispEditorConfigPreview','mode','main')}" target="pre_document_frame" class="x_btn">{$lang->reload}</a></p>
</div>
<div class="x_tab-pane" id="pre_comment">
<iframe src="{getUrl('','act', 'dispEditorConfigPreview','mode','comment')}" id="pre_comment_frame" style="border:0;width:100%;height:450px"></iframe>
<p class="x_modal-footer center"><a href="{getUrl('','act', 'dispEditorConfigPreview','mode','comment')}" target="pre_comment_frame" class="x_btn">{$lang->reload}</a></p>
</div>
</div>
</div>