Modified.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7815 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
royallin 2010-11-07 08:02:04 +00:00
parent 79f10d5a0c
commit 9e1dc2563a

View file

@ -282,7 +282,7 @@
<li class="ti ur"><button type="button" class="tb ty ur"><span>{$lang->edit->url}</span></button>
<div class="lr">
<fieldset>
<input name="" type="text" class="itx" title="URL 입력" value="http://" />
<input name="" type="text" class="itx" title="input URL" value="http://" />
<span class="nw">
<input name="" type="checkbox" value="" class="icx" id="nw" />
<label for="nw">{$lang->edit->target_blank}</label>
@ -1118,7 +1118,7 @@
</li>
</ul>
<fieldset>
<input name="" type="text" class="itx" title="URL 입력" />
<input name="" type="text" class="itx" title="input URL" />
<span class="btnArea">
<button type="button" class="btn strong">{$lang->cmd_apply}</button>
<button type="button" class="btn">{$lang->cmd_cancel}</button>
@ -1259,8 +1259,8 @@
<label for="autoResize">Auto Resize</label>
</div>
<ul>
<li class="wysiwyg active"><button type="button" class="wysiwyg">WYSIWYG</button></li>
<li class="html"><button type="button" class="html">HTML</button></li>
<li class="wysiwyg active"><button type="button" class="wysiwyg">{$lang->edit->rich_editor}</button></li>
<li class="html"><button type="button" class="html">{$lang->edit->html_editor}</button></li>
</ul>
</div>
<!-- /mode -->