mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
issue 998 review. CSS format cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29debb71e7
commit
875bad8da1
8 changed files with 129 additions and 187 deletions
|
|
@ -80,7 +80,7 @@
|
|||
<p class="q">{$lang->guide_choose_text_formatting}</p>
|
||||
<p class="a">
|
||||
<!--@foreach($content_style_list as $key => $val)-->
|
||||
<input type="radio" name="content_style" value="{$key}" id="style_{$key}" <!--@if($key==$editor_config->content_style||!$editor_config->content_style&&$key=='default')-->checked="checked"<!--@end-->><label for="style_{$key}">{$key}</label>
|
||||
<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'"> <label for="style_{$key}">{$key}</label>
|
||||
<!--@end-->
|
||||
</p>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue