xe_board, xe default editor skin의 black/white에 대해서 제대로 컬러셋이 적용되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4952 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-21 07:36:29 +00:00
parent 586fe1a7ba
commit 18ade28ca9
15 changed files with 47 additions and 39 deletions

View file

@ -56,7 +56,7 @@
<input type="hidden" name="document_srl" value="{$comment->get('document_srl')}" />
<input type="hidden" name="comment_srl" value="{$comment->get('comment_srl')}" />
<div class="title">{$lang->msg_is_secret}</div>
<div class="content"><input type="password" name="password" class="inputTypeText" /><span class="button"><input type="submit" value="{$lang->cmd_input}" accesskey="s" /></span></div>
<div class="content"><input type="password" name="password" class="inputTypeText" /><span class="button {$btn_class}"><input type="submit" value="{$lang->cmd_input}" accesskey="s" /></span></div>
</form>
</div>
<!--@else-->