##// 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:

r65:96f83cc8f0f0
r105:d3600e729fbc
Show More
add_document.rhtml
14 lines | 392 B | text/html+ruby | RhtmlLexer
/ app / views / projects / add_document.rhtml
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_document_new)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
tables and forms redesign,...
r19 <%= start_form_tag( { :action => 'add_document', :id => @project }, :class => "tabular", :multipart => true) %>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= render :partial => 'documents/form' %>
Jean-Philippe Lang
tables and forms redesign,...
r19
<div class="box">
<p><label for="attachment_file"><%=l(:label_attachment)%></label>
<%= file_field 'attachment', 'file' %></p>
</div>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= submit_tag l(:button_create) %>
Jean-Philippe Lang
Initial commit...
r2 <%= end_form_tag %>