Fix comment editor skin not being saved in module part config

https://xetown.com/questions/1506918
This commit is contained in:
Kijin Sung 2021-01-12 01:30:16 +09:00
parent 57b01e7914
commit a51ea6fbe4

View file

@ -73,7 +73,7 @@
</p>
<p>
<span class="editor_type">{$lang->guide_editor_toolbar}</span>
<select name="editor_toolbar" style="min-width:104px">
<select name="comment_editor_toolbar" style="min-width:104px">
<option value="default" selected="selected"|cond="!$editor_config->comment_editor_toolbar || $editor_config->comment_editor_toolbar === 'default'">{$lang->editor_toolbar_default}</option>
<option value="simple" selected="selected"|cond="$editor_config->comment_editor_toolbar === 'simple'">{$lang->editor_toolbar_simple}</option>
</select> &nbsp;