%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2013 %>
<%
button_id = "button_send_status_#{@remote_event.id}"
dialog_id = "remote_event_confirm_send_status"
%>
<% fields_for @remote_event do |fields| %>
<%= t(".confirm_send_status_message", :status => RemoteEvent::get_status_and_events(params[:status])) %>
<%= hidden_field :remote_event, :id %>
<%= hidden_field_tag 'send_status', RemoteEvent.get_status_event_by_code(params[:status]) %>
<% end %>