mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +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
|
|
@ -14,23 +14,23 @@
|
|||
<col />
|
||||
|
||||
<tr>
|
||||
<th scope="row">{$lang->urllink_title}</th>
|
||||
<th scope="row"><div>{$lang->urllink_title}</div></th>
|
||||
<td><input type="text" name="text" class="inputTypeText w400" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->urllink_url}</th>
|
||||
<th scope="row"><div>{$lang->urllink_url}</div></th>
|
||||
<td><input type="text" name="url" class="inputTypeText w400" value="{$manual_url}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->urllink_open_window}</th>
|
||||
<th scope="row"><div>{$lang->urllink_open_window}</div></th>
|
||||
<td><input type="checkbox" name="open_window" value="Y" id="editor_open_window" /> <label for="editor_open_window">{$lang->about_url_link_open_window}</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->urllink_bold}</th>
|
||||
<th scope="row"><div>{$lang->urllink_bold}</div></th>
|
||||
<td><input type="checkbox" name="bold" value="Y" id="editor_bold" /> <label for="editor_bold">{$lang->about_url_link_bold}</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->urllink_color}</th>
|
||||
<th scope="row"><div>{$lang->urllink_color}</div></th>
|
||||
<td>
|
||||
<div class="link_color">
|
||||
<input type="radio" name="color" value="none" id="color_none" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue