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:
chschy 2012-10-31 00:59:08 +00:00
parent 8da76db573
commit 0dcca96b1b

View file

@ -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>