mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
r17440195 에디터컴포넌트의 IE에서 깨지는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4896 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
47b0fce6d4
commit
43463c50b8
11 changed files with 58 additions and 60 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<col />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row">{$lang->quotation_use_folder}</th>
|
||||
<th scope="row"><div>{$lang->quotation_use_folder}</div></th>
|
||||
<td colspan="5">
|
||||
<input type="checkbox" id="quotation_use" value="Y" onclick="toggle_folder(this)" />
|
||||
|
||||
|
|
@ -25,19 +25,19 @@
|
|||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row">{$lang->quotation_opener}</th>
|
||||
<th scope="row"><div>{$lang->quotation_opener}</div></th>
|
||||
<td><input type="text" class="inputTypeText" id="quotation_opener" value="{$lang->quotation_cmd_opener}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->quotation_closer}</th>
|
||||
<th scope="row"><div>{$lang->quotation_closer}</div></th>
|
||||
<td><input type="text" class="inputTypeText" id="quotation_closer" value="{$lang->quotation_cmd_closer}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->folder_text_bold}</th>
|
||||
<th scope="row"><div>{$lang->folder_text_bold}</div></th>
|
||||
<td><input type="checkbox" name="bold" value="Y" id="quotation_bold" /> <label for="quotation_bold">{$lang->about_folder_text_bold}</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->folder_text_color}</th>
|
||||
<th scope="row"><div>{$lang->folder_text_color}</div></th>
|
||||
<td>
|
||||
<div class="editor_link_type" >
|
||||
<input type="radio" name="color" value="blue" id="quotation_color_blue" />
|
||||
|
|
@ -62,15 +62,15 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->quotation_padding}</th>
|
||||
<th scope="row"><div>{$lang->quotation_padding}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="2" id="quotation_padding" value="5" />px</td>
|
||||
<th scope="row">{$lang->quotation_margin}</th>
|
||||
<th scope="row"><div>{$lang->quotation_margin}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="2" id="quotation_margin" value="5" />px</td>
|
||||
<th scope="row">{$lang->quotation_border_thickness}</th>
|
||||
<th scope="row"><div>{$lang->quotation_border_thickness}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="1" id="border_thickness" value="1" />px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->quotation_border_style}</th>
|
||||
<th scope="row"><div>{$lang->quotation_border_style}</div></th>
|
||||
<td colspan="5">
|
||||
<div class="border_type">
|
||||
<input type="radio" name="border_style" value="" id="border_style_none" />
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->quotation_border_color}</th>
|
||||
<th scope="row"><div>{$lang->quotation_border_color}</div></th>
|
||||
<td colspan="5">
|
||||
<div class="editor_color_box">
|
||||
<script type="text/javascript">
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->quotation_bg_color}</th>
|
||||
<th scope="row"><div>{$lang->quotation_bg_color}</div></th>
|
||||
<td colspan="5">
|
||||
<div class="editor_color_box">
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue