mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Issue 2455 modified style list in wysiwyg editor
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11977 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8da76db573
commit
0dcca96b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
<div class="x_controls">
|
||||
<!--@foreach($content_style_list as $key => $val)-->
|
||||
<label class="x_inline">
|
||||
<input type="radio" name="content_style" value="{$key}" id="style_{$key}" checked="checked"|cond="$key==$editor_config->content_style||!$editor_config->content_style && $key=='default'"> {$key}
|
||||
<input type="radio" name="content_style" value="{$key}" id="style_{$key}" checked="checked"|cond="$key==$editor_config->content_style||!$editor_config->content_style && $key=='default'"> {$val->title}
|
||||
</label>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue