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

This commit is contained in:
zero 2007-03-20 08:59:02 +00:00
parent ba7c2e3b02
commit 1d5e065dac
4 changed files with 68 additions and 1 deletions

View file

@ -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>
<!-- 에디팅 관련 아이콘 -->