r17440195 에디터컴포넌트의 IE에서 깨지는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4896 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-19 07:02:09 +00:00
parent 47b0fce6d4
commit 43463c50b8
11 changed files with 58 additions and 60 deletions

View file

@ -24,9 +24,9 @@
<col width="25%" />
<col width="25%" />
<tr>
<th scope="row">{$lang->table_cols_count}</th>
<th scope="row"><div>{$lang->table_cols_count}</div></th>
<td><input type="text" class="inputTypeText" size="2" id="cols_count" value="2" /></td>
<th scope="row">{$lang->table_rows_count}</th>
<th scope="row"><div>{$lang->table_rows_count}</div></th>
<td><input type="text" class="inputTypeText" size="2" id="rows_count" value="1" /></td>
</tr>
</table>
@ -36,7 +36,7 @@
<col width="25%" />
<col />
<tr>
<th scope="row">{$lang->table_width}</th>
<th scope="row"><div>{$lang->table_width}</div></th>
<td>
<input type="text" class="inputTypeText" size="3" id="width" value="100" />
<input type="radio" name="width_unit" id="width_unit_percent" checked="checked" /><label for="width_unit_percent">%</label>
@ -53,15 +53,15 @@
<col width="25%" />
<col width="25%" />
<tr>
<th scope="row">{$lang->table_cellspacing}</th>
<th scope="row"><div>{$lang->table_cellspacing}</div></th>
<td><input type="text" class="inputTypeText" size="2" id="cellspacing" value="0" />px</td>
<th scope="row">{$lang->table_cellpadding}</th>
<th scope="row"><div>{$lang->table_cellpadding}</div></th>
<td><input type="text" class="inputTypeText" size="2" id="cellpadding" value="1" />px</td>
</tr>
<tr>
<th scope="row">{$lang->table_border}</th>
<th scope="row"><div>{$lang->table_border}</div></th>
<td><input type="text" class="inputTypeText" size="2" id="border" value="1" />px</td>
<th scope="row">{$lang->table_inner_border}</th>
<th scope="row"><div>{$lang->table_inner_border}</div></th>
<td><input type="text" class="inputTypeText" size="2" id="inner_border" value="0" />px</td>
</tr>
</table>
@ -73,13 +73,13 @@
<col width="25%" />
<col width="25%" />
<tr>
<th scope="row">{$lang->cell_width}</th>
<th scope="row"><div>{$lang->cell_width}</div></th>
<td>
<input type="text" class="inputTypeText" size="3" id="cell_width" value="0" />
<input type="radio" name="cell_width_unit" id="cell_width_unit_percent" checked="checked" /><label for="cell_width_unit_percent">%</label>
<input type="radio" name="cell_width_unit" id="cell_width_unit_pixel" /><label for="cell_width_unit_pixel">px</label>
</td>
<th scope="row">{$lang->cell_height}</th>
<th scope="row"><div>{$lang->cell_height}</div></th>
<td><input type="text" class="inputTypeText" size="3" id="cell_height" value="0" />px</td>
</tr>
</table>
@ -90,7 +90,7 @@
<col width="25%" />
<col />
<tr>
<th scope="row">{$lang->table_border_color}</th>
<th scope="row"><div>{$lang->table_border_color}</div></th>
<td>
<div class="editor_color_box">
<script type="text/javascript">
@ -112,7 +112,7 @@
<col width="25%" />
<col />
<tr>
<th scope="row">{$lang->table_bg_color}</th>
<th scope="row"><div>{$lang->table_bg_color}</div></th>
<td>
<div class="editor_color_box">
<script type="text/javascript">