Edit Agent

<%= render :partial => 'caboose_rets/agents/admin_top_nav' %>

<%= raw flash[:message] ? flash[:message] : "" %>
beeper_phone <%= @agent.beeper_phone %>
car_phone <%= @agent.car_phone %>
date_created <%= @agent.date_created %>
date_modified <%= @agent.date_modified %>
defaultemail <%= @agent.defaultemail %>
fax_phone <%= @agent.fax_phone %>
first_name <%= @agent.first_name %>
home_phone <%= @agent.home_phone %>
la_code <%= @agent.la_code %>
last_name <%= @agent.last_name %>
lo_code <%= @agent.lo_code %>
mail_addr1 <%= @agent.mail_addr1 %>
mail_addr2 <%= @agent.mail_addr2 %>
mail_city <%= @agent.mail_city %>
mail_state <%= @agent.mail_state %>
mail_zip <%= @agent.mail_zip %>
member_email <%= @agent.member_email %>
member_page <%= @agent.member_page %>
member_status <%= @agent.member_status %>
nrds_id <%= @agent.nrds_id %>
office_phone <%= @agent.office_phone %>
other_phone <%= @agent.other_phone %>
phone_change_date <%= @agent.phone_change_date %>
phone_direct_office <%= @agent.phone_direct_office %>
phone_home_fax <%= @agent.phone_home_fax %>
phone_pager <%= @agent.phone_pager %>
phone_second_home <%= @agent.phone_second_home %>
phone_toll_free <%= @agent.phone_toll_free %>
phone_voice_mail <%= @agent.phone_voice_mail %>
phone_voice_pager <%= @agent.phone_voice_pager %>
photo_count <%= @agent.photo_count %>
photo_date_modified <%= @agent.photo_date_modified %>

<% content_for :caboose_js do %> <%= javascript_include_tag "caboose/model/all" %> <% end %>