<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% dialog_id = "command_error_handling_popup_id" height = 250 width = 650 button_id = "button_close_1" form_id = "command_error_handling_form" %>
<% form_for @command, :html => { :id => form_id, :class => "edit_sap_event_command", :autocomplete => "off", :onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %>
<%= form.label :error_handling, t_label('command.command_error_handling.action_label'), :class => "name-label item-label", :style=>"width:160px;" %>
<%= t('command.command_error_handling.fieldset') %>
<%= form.label :retries_count, t_label('command.command_error_handling.retries_count_label'), :class => "x-form-item label run-every-label", :style=>"width:130px;" %>
<%= form.label :retries_count, t_label('command.command_error_handling.wait_count_label'), :class => "x-form-item label run-every-label", :style=>"width:130px;" %>
<% end %>