mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix comment editor colorset select box not being displayed properly
This commit is contained in:
parent
dd7f766ff5
commit
2b3770eff9
2 changed files with 4 additions and 4 deletions
|
|
@ -105,7 +105,7 @@
|
|||
<!--@endforeach-->
|
||||
</select>
|
||||
<select name="comment_editor_colorset" class="editor_colorset_selector">
|
||||
<!--@foreach($editor_skin_list[$editor_config->editor_skin]->colorset ?: [] as $colorset)-->
|
||||
<!--@foreach($editor_skin_list[$editor_config->comment_editor_skin]->colorset ?: [] as $colorset)-->
|
||||
<option value="{$colorset->name}" selected="selected"|cond="$colorset->name === $editor_config->comment_editor_colorset">{$colorset->title}</option>
|
||||
<!--@endforeach-->
|
||||
</select>
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
<!--@endforeach-->
|
||||
</select>
|
||||
<select name="mobile_comment_editor_colorset" class="editor_colorset_selector">
|
||||
<!--@foreach($editor_skin_list[$editor_config->mobile_editor_skin]->colorset ?: [] as $colorset)-->
|
||||
<!--@foreach($editor_skin_list[$editor_config->mobile_comment_editor_skin]->colorset ?: [] as $colorset)-->
|
||||
<option value="{$colorset->name}" selected="selected"|cond="$colorset->name === $editor_config->mobile_comment_editor_colorset">{$colorset->title}</option>
|
||||
<!--@endforeach-->
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
<!--@endforeach-->
|
||||
</select>
|
||||
<select name="comment_editor_colorset" class="editor_colorset_selector">
|
||||
<!--@foreach($editor_skin_list[$editor_config->editor_skin]->colorset ?: [] as $colorset)-->
|
||||
<!--@foreach($editor_skin_list[$editor_config->comment_editor_skin]->colorset ?: [] as $colorset)-->
|
||||
<option value="{$colorset->name}" selected="selected"|cond="$colorset->name === $editor_config->comment_editor_colorset">{$colorset->title}</option>
|
||||
<!--@endforeach-->
|
||||
</select>
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
<!--@endforeach-->
|
||||
</select>
|
||||
<select name="mobile_comment_editor_colorset" class="editor_colorset_selector">
|
||||
<!--@foreach($editor_skin_list[$editor_config->mobile_editor_skin]->colorset ?: [] as $colorset)-->
|
||||
<!--@foreach($editor_skin_list[$editor_config->mobile_comment_editor_skin]->colorset ?: [] as $colorset)-->
|
||||
<option value="{$colorset->name}" selected="selected"|cond="$colorset->name === $editor_config->mobile_comment_editor_colorset">{$colorset->title}</option>
|
||||
<!--@endforeach-->
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue