From 1670fb5a7366edb95c61d8c405aa938ab9d72fc7 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Mon, 19 Jul 2010 17:36:59 -0700 Subject: [PATCH] [#4279] Move the total field to the bottom of the deliverable form. --- app/views/deliverables/_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/deliverables/_form.html.erb b/app/views/deliverables/_form.html.erb index 10207c6..e2ea79f 100644 --- a/app/views/deliverables/_form.html.erb +++ b/app/views/deliverables/_form.html.erb @@ -21,8 +21,6 @@ <% 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 %>