|
|
|
@ -43,12 +43,13 @@
|
|
|
|
|
<%= f.kindeditor :content, :required => true, :size => 80,:owner_id => @memo.id,:owner_type => 1 %>
|
|
|
|
|
</p>
|
|
|
|
|
<!-- <script type="text/javascript">var ckeditor=CKEDITOR.replace('editor01');</script> -->
|
|
|
|
|
<p>
|
|
|
|
|
<p style="float: left;margin-top: 5px;">
|
|
|
|
|
<%= l(:label_attachment_plural) %>
|
|
|
|
|
<br />
|
|
|
|
|
<%= render :partial => 'attachments/form', :locals => {:container => @memo} %>
|
|
|
|
|
</p>
|
|
|
|
|
<br/>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<%= f.submit :value => l(:button_change) %> <%= link_to l(:button_back), back_url ,:class => "button-canel",:style => "color: #ffffff;"%>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|