사이드뷰 스타일

This commit is contained in:
whitedot
2013-02-01 14:34:10 +09:00
parent a0b0e45180
commit 9374074eff
3 changed files with 6 additions and 6 deletions

View File

@ -104,7 +104,7 @@ echo $option_hidden;
<tr>
<th scope="row"><label for="wr_content">내용<strong class="sound_only">필수</strong></label></th>
<td><?=editor_html("wr_content", $content, $is_dhtml_editor);?></td>
<td class="wr_content"><?=editor_html("wr_content", $content, $is_dhtml_editor);?></td>
</tr>
<? for ($i=1; $is_link && $i<=G4_LINK_COUNT; $i++) { ?>