mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@573 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ba7c2e3b02
commit
1d5e065dac
4 changed files with 68 additions and 1 deletions
|
|
@ -30,6 +30,12 @@
|
|||
<option value="6">24pt</option>
|
||||
<option value="7">36pt</option>
|
||||
</select>
|
||||
<select onChange="editorChangeHeader(this,'{$upload_target_srl}')" id="editor_header_{$upload_target_srl}">
|
||||
<option value="">{$lang->edit->header}</option>
|
||||
<!--@foreach($lang->edit->header_list as $key=>$obj)-->
|
||||
<option value="{$key}">{$obj}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- 에디팅 관련 아이콘 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue