Chris@1517: <%= title [l(:label_custom_field_plural), custom_fields_path], Chris@1517: l(:label_custom_field_new) %> Chris@1517: Chris@1517: <% selected = 0 %> Chris@1517: <%= form_tag new_custom_field_path, :method => 'get' do %> Chris@1517:
Chris@1517:

<%= l(:label_custom_field_select_type) %>:

Chris@1517:

Chris@1517: <% custom_field_type_options.each do |name, type| %> Chris@1517: Chris@1517: <% end %> Chris@1517:

Chris@1517:
Chris@1517:

<%= submit_tag l(:label_next).html_safe + " »".html_safe, :name => nil %>

Chris@1517: <% end %>