%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% dialog_id = "scheduler_control_status_panel" button_id = "controlSchedulerButton" is_active = @scheduler_control.active refresh_t = "#{t 'common.refresh_status'}" form_text = is_active ? "#{t '.stop_text'}" : "#{t '.start_text'}" form_id = is_active ? "stop_scheduler_control" : "start_agent_environment" confirm_text = is_active ? "#{t '.stop_text_confirm'}" : "#{t '.start_text_confirm'}" end_option = is_active ? "1" : "0" @title_section = t('common.job_scheduler') @title_section = @title_section + ' ' + t('common.view_only_mode') if @view_only @help_link_anchor = HELP_URL_CONFIG['server']['job_scheduler'] %> <% form_for @scheduler_control, :id => form_id, :url => "scheduler_control" do |f| -%>