Shrink some of the contract's wiki edits to 3 rows, per specs.

This commit is contained in:
Eric Davis
2010-07-13 10:48:30 -07:00
parent f83555a4b0
commit 8139c952b5
+2 -2
View File
@@ -9,9 +9,9 @@
<%= form.input :end_date, :required => true, :as => :string, :input_html => {:size => 10}, :hint => calendar_for('contract_end_date') %>
<%= form.input :billable_rate, :input_html => {:size => 20}, :hint => l(:field_billable_rate_hint) %>
<%= form.input :discount, :input_html => {:size => 20}, :hint => l(:field_discount_hint) %>
<%= form.input :discount_note, :input_html => {:class => 'wiki-edit', :rows => '5'} %>
<%= form.input :discount_note, :input_html => {:class => 'wiki-edit', :rows => '3'} %>
<%= form.input :payment_terms, :as => :select, :collection => resource.payment_terms_for_select %>
<%= form.input :client_ap_contact_information, :input_html => {:class => 'wiki-edit', :rows => '5'} %>
<%= form.input :client_ap_contact_information, :input_html => {:class => 'wiki-edit', :rows => '3'} %>
<%= form.input :po_number %>
<%= form.input :client_point_of_contact, :input_html => {:class => 'wiki-edit', :rows => '3'} %>
<%= form.input :details, :input_html => {:class => 'wiki-edit'} %>