%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2011 %> <% button_id = "button_close_#{@oracle_system_definition.id}" form_id = "new_oracle_system_definition" @title = t('oracle_system_definitions.oracle_system_definition.dialog_title') @title_section = t('oracle_system_definitions.oracle_system_definition.dialog_title') @title_item = t('common.new_caption') @help_link_anchor = HELP_URL_CONFIG['scheduling_objects']['oracle']['settings'] %> <% form_for @oracle_system_definition, :html => { :id => form_id, :class => "edit_oracle_system_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 => "oracle-system-definition-general", :section_title => t('common.general_title'), :details_only => true}) %> <%= render( :partial => "edit_environment_settings", :layout => 'shared/edit_section', :locals => { :section_id => "oracle-system-definition-environment", :section_title => t('common.environment_settings'), :details_only => true}) %> <%= render( :partial => "edit_application_settings", :layout => 'shared/edit_section', :locals => { :section_id => "oracle-system-definition-application", :section_title => t('common.application_settings'), :details_only => true}) %>