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

<%= t_label('notes.name_label', :object => t('common.member_jobs')) %>

<%= h @member_job.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[id]', @note.id %> <% end %>