%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2013 %> <% button_id = "button_close_#{@remote_dependency.id}" form_id = "new_remote_dependency" @title = t('remote_dependencies.remote_dependency.dialog_title') @title_section = t('remote_dependencies.remote_dependency.dialog_title') @title_item = t('common.new_caption') @help_link_anchor = HELP_URL_CONFIG['scheduling_objects']['remote_servers']['remote_dependencies_settings'] %> <% form_for @remote_dependency, :url => remote_server_remote_dependencies_path, :html => { :id => form_id, :class => "edit_remote_dependency", :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 => "remote-dependency-general", :section_title => t('common.general_title'), :details_only => true}) %>