<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% fields_for :forecast_schedule do |form| %>
<%= form.label :non_workday_option, t_label('forecast_schedules.forecast_schedule.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('forecast_schedules.forecast_schedule.non_working_options_caption') %>

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

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

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

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

<% end %>