##// END OF EJS Templates
Merged r10083 from trunk to 2.0-stable (#11511)...
Merged r10083 from trunk to 2.0-stable (#11511) fix confirmation page has broken HTML when a project folding sub project is deleted. Contributed by Haruka Yoshihara. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.0-stable@10084 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9346:5e57a1a9d947
r9901:48e4facc3cdd
Show More
new.html.erb
8 lines | 311 B | text/plain | TextLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_project_new)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <%= labelled_form_for @project do |f| %>
Jean-Philippe Lang
tables and forms redesign,...
r19 <%= render :partial => 'form', :locals => { :f => f } %>
Jean-Philippe Lang
Adds a 'Create and continue' button on project form....
r6183 <%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
Jean-Philippe Lang
Automatically focus several form fields....
r2293 <%= javascript_tag "Form.Element.focus('project_name');" %>
Jean-Philippe Lang
Added project module concept....
r714 <% end %>