mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
에디터 모듈별 설정시 편집/보여주기때의 글꼴 뿐 아니라 글꼴 크기도 지정할 수 있는 기능을 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6459 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c052eebd27
commit
7d0352479a
13 changed files with 44 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue