##// END OF EJS Templates
css cleaning...
css cleaning git-svn-id: http://redmine.rubyforge.org/svn/trunk@108 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r94:bee3f353fca4
r105:d3600e729fbc
Show More
add_file.rhtml
13 lines | 608 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_attachment_new)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= error_messages_for 'attachment' %>
Jean-Philippe Lang
fixed bug when no version is selected in projects/add_file...
r94 <div class="box">
<%= start_form_tag ({ :action => 'add_file', :id => @project }, :multipart => true, :class => "tabular") %>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
fixed bug when no version is selected in projects/add_file...
r94 <p><label for="version_id"><%=l(:field_version)%> <span class="required">*</span></label>
<%= select_tag "version_id", options_from_collection_for_select(@versions, "id", "name") %></p>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
fixed bug when no version is selected in projects/add_file...
r94 <p><label for="attachment_file"><%=l(:label_attachment)%> <span class="required">*</span></label>
<%= file_field 'attachment', 'file' %></p>
</div>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= submit_tag l(:button_add) %>
Jean-Philippe Lang
Initial commit...
r2 <%= end_form_tag %>