<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2013 %> <% chart_id = params[:id] dialog_id = "automate_command_popup_id" width = 580 height = 300 button_id = "button_close_1" form_id = "automate_command" %>
<% form_for @automate_command, :html => { :id => form_id, :autocomplete => "off", :onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %>
<%= form.label :automate_system_definition_id, t_label('automate_commands.automate_system'), :class => "name-label item-label" %>

<%= t('automate_commands.automate_system_caption') %>

<%= t('automate_commands.automate_run_by') %>

<%= t('automate_commands.task_path_caption') %>

<%= t('automate_commands.task_id_caption') %>

<%= form.label :must_be_enabled, t_label('automate_commands.must_be_enabled'), :class => "name-label item-label" %>
<%= form.check_box :must_be_enabled, :disabled => @view_only %>

<%= t('automate_commands.must_be_enabled_caption') %>

<% end %>