에디터 모듈별 설정시 편집/보여주기때의 글꼴 뿐 아니라 글꼴 크기도 지정할 수 있는 기능을 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6459 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-02 07:53:07 +00:00
parent c052eebd27
commit 7d0352479a
13 changed files with 44 additions and 3 deletions

View file

@ -65,6 +65,15 @@
<input type="text" name="content_font" value="{str_replace(array('"','\''),'',$editor_config->content_font)}" class="inputTypeText w400" />
</td>
</tr>
<tr>
<th rowspan="2"><div>{$lang->content_font_size}</div></th>
<td colspan="2"><p>{$lang->about_content_font_size}</p></td>
</tr>
<tr>
<td colspan="2">
<input type="text" name="content_font_size" value="{$editor_config->content_font_size}" class="inputTypeText w80" />
</td>
</tr>
<tr>
<th rowspan="2"><div>{$lang->editor_height}</div></th>
<td colspan="2"><p>{$lang->about_editor_height}</p></td>