회원 관리 페이지에서 서명 편집 기능이 나타나지 않는 template 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4054 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-31 00:10:59 +00:00
parent 8eb0d8931f
commit 86ac7db67c
2 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@
$option->allow_fileupload = false; $option->allow_fileupload = false;
$option->enable_autosave = false; $option->enable_autosave = false;
$option->enable_default_component = true; $option->enable_default_component = true;
$option->enable_component = false; $option->enable_component = true;
$option->resizable = true; $option->resizable = true;
$option->height = 300; $option->height = 300;
$editor = $oEditorModel->getEditor(0, $option); $editor = $oEditorModel->getEditor(0, $option);

View file

@ -88,8 +88,8 @@
<th scope="row">{$lang->editor_skin}</th> <th scope="row">{$lang->editor_skin}</th>
<td> <td>
<select name="editor_skin"> <select name="editor_skin">
<!--@foreach($editor_skin_list as $editor)--> <!--@foreach($editor_skin_list as $editor_skin)-->
<option value="{$editor}" <!--@if($editor==$config->editor_skin)-->selected="selected"<!--@end-->>{$editor}</option> <option value="{$editor_skin}" <!--@if($editor_skin==$config->editor_skin)-->selected="selected"<!--@end-->>{$editor_skin}</option>
<!--@end--> <!--@end-->
</select> </select>
</td> </td>