에디터 설정시 높이 조절 옵션을 불필요하다고 판단하여 제거. 무조건 높이 조절 옵션이 기본으로 나타남

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5088 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-16 04:52:47 +00:00
parent a97a50f2fd
commit 5a247e0125
5 changed files with 0 additions and 38 deletions

View file

@ -120,18 +120,6 @@
<tr>
<td colspan="2"><p>{$lang->about_editor_height}</p></td>
</tr>
<tr class="row2">
<th rowspan="2"><div>{$lang->height_resizable}</div></th>
<td>
<input type="checkbox" value="Y" name="enable_height_resizable" <!--@if($editor_config->enable_height_resizable=='Y')-->checked="checked"<!--@end-->/>
</td>
<td>
<input type="checkbox" value="Y" name="enable_comment_height_resizable" <!--@if($editor_config->enable_comment_height_resizable=='Y')-->checked="checked"<!--@end-->/>
</td>
</tr>
<tr>
<td colspan="2"><p>{$lang->about_editor_height_resizable}</p></td>
</tr>
<tr class="row2">
<th rowspan="2"><div>{$lang->enable_autosave}</div></th>
<td colspan="2"><input type="checkbox" value="Y" name="enable_autosave" <!--@if($editor_config->enable_autosave=='Y')-->checked="checked"<!--@end-->/></td>