%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% button_id = "button_close_#{@sql_server_definition.id}" form_id = "new_sql_server_definition" @title_section = t('sql_server_definitions.page_title_new') @title_item = t('common.new_caption') @help_link_anchor = HELP_URL_CONFIG['scheduling_objects']['sql_server_definitions']['settings'] %> <% form_for @sql_server_definition, :html => { :id => form_id, :class => "edit_sql_server_definition", :autocomplete => "off", :onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %> <%= render( :partial => "edit_general", :layout => 'shared/edit_section', :locals => { :section_id => "sql-server-definition-general", :section_title => t('common.general_title'), :details_only => true}) %>