%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% button_id = "button_close_#{@special_instance.id}" form_id = "new_special_instance" @title_section = t('special_instances.special_instance.dialog_title', :context=>context_title) + " '" +context_name + "'" @title_item = t('common.new_caption') @help_link_anchor = HELP_URL_CONFIG['jobs']['job_special_instances']['settings'] %> <% form_for @special_instance, :html => {:id => form_id,:class => "edit_special_instance",:autocomplete => "off", :onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %> <% if @special_instance.parent.respond_to?(:timezone_type_text) %> <% render( :layout => 'shared/edit_section', :locals => { :section_id => "job-general", :section_title => t('special_instances.special_instance.parent_settings', :context=>context_title), :summary_only => true}) do %>
<%= t_label("jobs.job.timezone_option") %>
<%= h @special_instance.parent.timezone_type_text %>