URL링크를 제대로 동작하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2230 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-07 03:49:10 +00:00
parent 4334bf9c91
commit 6d0eca6965
2 changed files with 39 additions and 48 deletions

View file

@ -15,7 +15,7 @@
<tr>
<th scope="row">{$lang->urllink_title}</th>
<td><textarea name="text" class="inputTypeTextArea w100"></textarea></td>
<td><input type="text" name="text" class="inputTypeText w100" /></td>
</tr>
<tr>
<th scope="row">{$lang->urllink_url}</th>
@ -32,6 +32,10 @@
<tr>
<th scope="row">{$lang->urllink_color}</th>
<td>
<div class="link_color">
<input type="radio" name="color" value="none" id="color_none" />
<label for="color_none">{$lang->not_exists}</label>
</div>
<div class="link_color">
<input type="radio" name="color" value="blue" id="color_blue" />
<label for="color_blue" class="editor_blue_text">{$lang->urllink_color_blue}</label>