<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2001 %> <% button_id = "button_close_#{@agent.id}" form_id = "replace_agent_#{@agent.id}" dialog_id = "replace_#{@agent.id}" url = replace_agent_now_agent_path(@agent.id) @title_section = t('agents.replace_agent') @title_item = h @agent.name @help_link_anchor = HELP_URL_CONFIG['agents']['replace_agent'] %>

<%= t('.agent_caption') %>

<%= t('.message_1') %> <%= t('.message_2') %> <%= t('.message_3') %>


<%= t('.note') %>
  • <%= t('.note_line_1') %>
  • <%= t('.note_line_2') %>
  • <%= t('.note_line_3') %>
<%= submit_tag(t('.replace_button'), :id => button_id, :class => "save-button") %> <%= button_to_function(t('common.cancel'), "window.open('#{@return_referer}', '_self');") %>