<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2013 %> <% chart_id = params[:id] dialog_id = "informatica_cloud_command_popup_id" width = 580 height = 320 button_id = "button_close_1" form_id = "informatica_cloud_command" %>
<% form_for @informatica_cloud_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 :informatica_cloud_server_id, t_label('informatica_cloud_commands.informatica_cloud_server'), :class => "name-label item-label" %>

<%= t('informatica_cloud_commands.informatica_cloud_server_caption') %>

<%= form.label :task_type, t_label('informatica_cloud_commands.task_type'), :class => "name-label item-label" %>
<%= form.text_field :task_type, :disabled => @view_only, :maxLength => 20, :class => "x-form-field name-field" %>

<%= t('informatica_cloud_commands.task_type_caption') %>

<%= form.label :task_name, t_label('informatica_cloud_commands.task_name'), :class => "name-label item-label" %>
<%= form.text_field :task_name, :disabled => @view_only, :maxLength => 100, :class => "x-form-field name-field" %>

<%= t('informatica_cloud_commands.task_name_caption') %>

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

<%= t('informatica_cloud_commands.continue_immediately_caption') %>

<% end %>