<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% chart_id = params[:id] dialog_id = "sql_server_command_popup_id" width = 515 height = 200 button_id = "button_close_1" form_id = "sql_server_command" %>
<% form_for @sql_server_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 :sql_server_definition_label, t_label('common.sql_server_definition'), :class => "name-label item-label" %>

<%= t('sql_server_commands.sql_server_definition_caption') %>

<%= form.label :name, t_label('sql_server_commands.job_name'), :class => "description-label item-label" %>
<%= form.text_field :name, :maxlength => 128, :disabled => @view_only %>

<%= t('sql_server_commands.job_name_caption') %>

<%= form.label :verbose_output, t_label('sql_server_commands.use_verbose_logging') %>
<%= form.check_box :verbose_output, :disabled => @view_only %>

<%= t('sql_server_commands.use_verbose_logging_caption') %>

<% end %>