<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% fields_for @note do |fields| %>

<%= t_label('notes.name_label', :object => @object_type_label) %>

<%= h @object_name %>

<%= t('notes.context_label') %>
<%= fields.text_area :context, :disabled => @view_only, :maxLength => 10000, :class => "note-field", :style => "overflow:auto;height:auto;width:554px;" %>

<%= t('notes.context_caption') %>

<%= hidden_field_tag 'note[noteable_type]', @object_type %> <%= hidden_field_tag 'note[noteable_id]', @object_id %> <% end %>