<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% dialog_id = "command_popup_id" width = 500 height = 100 button_id = "button_close_1" form_id = "command" %>
<% form_for @command, :html => { :id => form_id, :class => "edit_file_transfer_system", :autocomplete => "off", :onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %>
<%= form.label :command_string, t_label('command.transponder_command_label'), :class => "description-label item-label", :style => 'width:80px;' %>
<%= form.text_area :command_string, :disabled => @view_only, :style => 'width:430px;height:50px;overflow:auto;' %>
<%= t('command.wait_for_command_completion')%>
<%= form.check_box :wait, :disabled=>@view_only%>

<%= t('command.transponder_command_caption', :help_link => help_link(HELP_URL_CONFIG['jobs']['transponder_commands'])) %>

<% end %>