mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@599 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ed7ff72591
commit
8ec9077f0d
2 changed files with 5 additions and 7 deletions
|
|
@ -40,6 +40,8 @@
|
||||||
|
|
||||||
<!-- 에디팅 관련 아이콘 -->
|
<!-- 에디팅 관련 아이콘 -->
|
||||||
<div class="editor_iconbox">
|
<div class="editor_iconbox">
|
||||||
|
<img src="../components/colorpicker_text/icon.gif" title="{$lang->edit->help_fontcolor}" class="editor_icon" id="component_{$upload_target_srl}_colorpicker_text" />
|
||||||
|
<img src="../components/colorpicker_bg/icon.gif" title="{$lang->edit->help_fontbgcolor}" class="editor_icon" id="component_{$upload_target_srl}_colorpicker_bg" />
|
||||||
<img src="./images/bold.gif" title="{$lang->edit->help_bold}" class="editor_icon" id="component_{$upload_target_srl}_Bold" />
|
<img src="./images/bold.gif" title="{$lang->edit->help_bold}" class="editor_icon" id="component_{$upload_target_srl}_Bold" />
|
||||||
<img src="./images/italic.gif" title="{$lang->edit->help_italic}" class="editor_icon" id="component_{$upload_target_srl}_Italic" />
|
<img src="./images/italic.gif" title="{$lang->edit->help_italic}" class="editor_icon" id="component_{$upload_target_srl}_Italic" />
|
||||||
<img src="./images/underline.gif" title="{$lang->edit->help_underline}" class="editor_icon" id="component_{$upload_target_srl}_Underline" />
|
<img src="./images/underline.gif" title="{$lang->edit->help_underline}" class="editor_icon" id="component_{$upload_target_srl}_Underline" />
|
||||||
|
|
@ -65,7 +67,9 @@
|
||||||
<!-- 컴포넌트 -->
|
<!-- 컴포넌트 -->
|
||||||
<div id="editor_component_{$upload_target_srl}" class="editor_iconbox">
|
<div id="editor_component_{$upload_target_srl}" class="editor_iconbox">
|
||||||
<!--@foreach($component_list as $component)-->
|
<!--@foreach($component_list as $component)-->
|
||||||
<img src="../components/{$component}/icon.gif" title="{$component}" class="editor_icon" id="component_{$upload_target_srl}_{$component}" />
|
<!--@if(substr($component,0,11)!="colorpicker")-->
|
||||||
|
<img src="../components/{$component}/icon.gif" title="{$component}" class="editor_icon" id="component_{$upload_target_srl}_{$component}" />
|
||||||
|
<!--@end-->
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -29,12 +29,6 @@
|
||||||
"h6" => "작은글 (h6)",
|
"h6" => "작은글 (h6)",
|
||||||
);
|
);
|
||||||
|
|
||||||
$lang->edit->image_url = '이미지 경로';
|
|
||||||
|
|
||||||
$lang->edit->multimedia_url = '멀티미디어 경로';
|
|
||||||
$lang->edit->multimedia_width = '가로크기';
|
|
||||||
$lang->edit->multimedia_height = '세로크기';
|
|
||||||
|
|
||||||
$lang->edit->submit = '확인';
|
$lang->edit->submit = '확인';
|
||||||
|
|
||||||
$lang->edit->help_fontcolor = "글자의 색상을 지정합니다";
|
$lang->edit->help_fontcolor = "글자의 색상을 지정합니다";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue