|
|
|
@ -7,10 +7,10 @@
|
|
|
|
|
<!--<script type="text/javascript">var ckeditor=CKEDITOR.replace('editor01');</script> -->
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<p style="margin-right: 10px;" class="fl">
|
|
|
|
|
<%= l(:label_attachment_plural) %><br />
|
|
|
|
|
<%= render :partial => 'attachments/form', :locals => {:container => @memo} %>
|
|
|
|
|
</p>
|
|
|
|
|
<%= f.submit :value => l(:label_memo_create) %> <%= link_to l(:button_back), forum_path(@forum) %>
|
|
|
|
|
<%= f.submit :value => l(:label_memo_create), :style => "margin-left: 100px;"%> <%= link_to l(:button_back), forum_path(@forum) %>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|