<%= f.select :type_id, collection_for_note_types_select %>
<%= f.text_field :created_on, :size => 15, :value => (@note.created_on || Date.today).to_date %><%= f.text_field :note_time, :value => (@note.created_on || Time.now).to_s(:time), :size => 5 %><%= calendar_for "note_created_on" %>
<%= f.text_area :content, :rows => 6, :class => 'wiki-edit' %><%# wikitoolbar_for 'note_content' %>
<% if @note.custom_field_values.any? %>
<% end %>