|
|
|
@ -21,6 +21,7 @@
|
|
|
|
|
<input class="postDetailInput fl mr15" style="margin-bottom:15px;" maxlength="250" name="org_document_comment[title]" id="document_title" style="resize:none;" onfocus = "$('#org_document_editor').show();" onblur="check_org_title();" value="<%= @org_document.title %>" />
|
|
|
|
|
</div>
|
|
|
|
|
<div id="doc_title_hint"></div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div id="org_document_editor" class="mt15" style="">
|
|
|
|
|
<div class="mt10">
|
|
|
|
|
<%= kindeditor_tag 'org_document_comment[content]',@org_document.content, :editor_id => 'org_document_description_editor', :height => "150px" %>
|
|
|
|
|