##// END OF EJS Templates
Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments....
Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments. Attached images can be displayed inline, using textile image tag (for wiki pages, issue descriptions and forum messages). git-svn-id: http://redmine.rubyforge.org/svn/trunk@541 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r538:f8ef65e8f641
r538:f8ef65e8f641
Show More
_form.rhtml
14 lines | 413 B | text/html+ruby | RhtmlLexer
<%= error_messages_for 'message' %>
<div class="box">
<!--[form:message]-->
<p><label><%= l(:field_subject) %></label><br />
<%= f.text_field :subject, :required => true, :size => 80 %></p>
<p><%= f.text_area :content, :required => true, :cols => 80, :rows => 15 %></p>
<%= wikitoolbar_for 'message_content' %>
<!--[eoform:message]-->
<span class="tabular">
<%= render :partial => 'attachments/form' %>
</div>