[#4279] Move the total field to the bottom of the deliverable form.

This commit is contained in:
Eric Davis
2010-07-19 17:36:59 -07:00
parent 4100972d46
commit 1670fb5a73
+2 -2
View File
@@ -21,8 +21,6 @@
</li>
<% end %>
<%= form.input :total, :input_html => {:size => 10}, :wrapper_html => {:class => 'deliverable_total_input'} %>
<% form.inputs :name => l(:text_deliverable_finances), :id => 'deliverable-finances' do %>
<% form.semantic_fields_for :labor_budgets do |labor_budget| %>
<% labor_budget.inputs :name => l(:field_labor), :id => 'deliverable-labor' do %>
@@ -39,6 +37,8 @@
<% end %>
<% end %>
<%= form.input :total, :input_html => {:size => 10}, :wrapper_html => {:class => 'deliverable_total_input'} %>
<% end %>
<% form.buttons do %>