mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
모듈 추가 설정에서 댓글의 에디터 컬러셋 영역이 나타나지 않는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6079 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9aae909493
commit
8cdbfd6303
5 changed files with 22 additions and 15 deletions
|
|
@ -102,6 +102,8 @@
|
|||
$editor = $oEditorModel->getEditor(0, $option);
|
||||
Context::set('editor', $editor);
|
||||
|
||||
|
||||
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplateFile('member_config');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -107,8 +107,7 @@
|
|||
<option value="{$editor_skin}" <!--@if($editor_skin==$config->editor_skin)-->selected="selected"<!--@end-->>{$editor_skin}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<select name="editor_colorset" id="sel_editor_colorset" style="display:none">
|
||||
</select>
|
||||
<select name="editor_colorset" id="sel_editor_colorset" style="display:none"></select>
|
||||
<script "text/javascript">//<![CDATA[
|
||||
getEditorSkinColorList('{$config->editor_skin}','{$config->editor_colorset}');
|
||||
//]]></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue