mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
에디터 기본 설정을 사용할 수 있도록 개선
한 번 설정 후에 에디터를 기본 설정으로 되돌릴 수 없던 문제를 개선.
This commit is contained in:
parent
8e65399cae
commit
b5462ccbcc
5 changed files with 38 additions and 6 deletions
|
|
@ -108,7 +108,7 @@ class editorView extends editor
|
|||
$info = $oModuleModel->loadSkinInfo($this->module_path,$style,'styles');
|
||||
$content_style_list[$style] = new stdClass();
|
||||
$content_style_list[$style]->title = $info->title;
|
||||
}
|
||||
}
|
||||
Context::set('content_style_list', $content_style_list);
|
||||
// Get a group list
|
||||
$oMemberModel = getModel('member');
|
||||
|
|
@ -121,7 +121,7 @@ class editorView extends editor
|
|||
$security->encodeHTML('group_list..title');
|
||||
$security->encodeHTML('group_list..description');
|
||||
$security->encodeHTML('content_style_list..');
|
||||
$security->encodeHTML('editor_comment_colorset_list..title');
|
||||
$security->encodeHTML('editor_comment_colorset_list..title');
|
||||
|
||||
// Set a template file
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue