mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Additional fixes for #601
This commit is contained in:
parent
f8fb61ec6c
commit
e9df310364
3 changed files with 13 additions and 4 deletions
|
|
@ -132,6 +132,11 @@ class editorAdminView extends editor
|
|||
Context::set('component_list', $component_list);
|
||||
Context::set('component_count', $component_count);
|
||||
Context::set('editor_config_default', $editor_config_default);
|
||||
|
||||
foreach ($config->additional_css as $additional_css_url)
|
||||
{
|
||||
Context::loadFile(array($additional_css_url));
|
||||
}
|
||||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('component_list....');
|
||||
|
|
|
|||
|
|
@ -116,7 +116,6 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->guide_additional_css}</label>
|
||||
<div class="x_controls">
|
||||
{@ var_dump($editor_config)}
|
||||
<textarea id="additional_css" name="additional_css" style="width:90%" rows="4" cols="42">{escape(implode("\n", $editor_config->additional_css ?: array()))}</textarea>
|
||||
<p class="x_help-block">{$lang->about_additional_css}</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue