##// END OF EJS Templates
fixed dotted hr for IE6...
fixed dotted hr for IE6 git-svn-id: http://redmine.rubyforge.org/svn/trunk@305 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r182:0d55613359d9
r302:909954ac342f
Show More
add_document.rhtml
15 lines | 586 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
deprecated start_form_tag replaced by form_tag...
r181 <% form_tag( { :action => 'add_document', :id => @project }, :class => "tabular", :multipart => true) do %>
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">
Jean-Philippe Lang
* all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)...
r154 <p id="attachments_p"><label for="attachment_file"><%=l(:label_attachment)%>
<%= image_to_function "add.png", "addFileField();return false" %></label>
Jean-Philippe Lang
replaced deprecated human_size by number_to_human_size...
r182 <%= file_field_tag 'attachments[]', :size => 30 %> <em>(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)</em></p>
Jean-Philippe Lang
tables and forms redesign,...
r19 </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
deprecated start_form_tag replaced by form_tag...
r181 <% end %>
Jean-Philippe Lang
Initial commit...
r2