-
<%= f.text_field :name, :maxlength => 60,:class=>" w280", :label => ""%>
-
<%= f.text_field :description, :maxlength => 60,:class=>" w280", :label => "" %>
-
<%= f.select :status, Version::VERSION_STATUSES.collect {|s| [l("version_status_#{s}"), s]}, :label => "" %>
-
<%= f.text_field :effective_date, :size => 10, :readonly => true,:class=>"fl" ,:style=>"margin-left:7px;",:label=>""%>
<%= calendar_for('version_effective_date') %>
<% @version.custom_field_values.each do |value| %>
<%= custom_field_tag_with_label :version, value %>
<% end %>