위키 기본 스킨 CSS 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6556 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-16 07:41:33 +00:00
parent a8261cef00
commit fd8f090c6b
8 changed files with 267 additions and 267 deletions

View file

@ -22,14 +22,14 @@
</div>
<!--@end-->
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" >
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="wikiEditor" >
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$oComment->get('document_srl')}" />
<input type="hidden" name="comment_srl" value="{$oComment->get('comment_srl')}" />
<input type="hidden" name="content" value="{htmlspecialchars($oComment->get('content'))}" />
<input type="hidden" name="parent_srl" value="{$oComment->get('parent_srl')}" />
<div class="boardWrite commentEditor">
<div class="wikiWrite commentEditor">
<div class="editor">{$oComment->getEditor()}</div>
@ -49,7 +49,7 @@
<label for="is_secret">{$lang->secret}</label>
</div>
<div class="boardNavigation">
<div class="wikiNavigation">
<span class="buttonOfficial"><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
</div>