<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% fields_for :job_suite do |form| %>
<%= t('job_suites.job_suite.runtime_range_allowed') %>
<%= form.label :time_range_start, t_label('common.from'), :class => "name-label item-label" %>

<%= t('.time_range_start_caption') %>

<%= form.label :time_range_end, t_label('common.to_upper_case_t'), :class => "name-label item-label" %>

<%= t('.time_range_end_caption') %>

<%= form.label :non_workday_option, t_label('job_suites.job_suite.non_working_options'), :class => "x-form-item label non-working-options-label" %>
<%= form.select :non_workday_option, Job.NON_WORKING_DAY_OPTION_ARRAY, {}, {:disabled=> @view_only} %>

<%= t('job_suites.job_suite.non_working_options_caption') %>

<%= t('job_suites.edit_exceptions.date_lists')%>

<%= t('jobs.edit_exceptions.date_lists_caption')%>

<%= form.label :date_objects, t_label('jobs.edit_date_list.date_objects'), :class => "x-form-item label" %>

<%= t('job_suites.edit_date_list.date_objects_caption') %>

<% end %>