<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% fields_for @agent do |form| %>
<%= label :agent, :send_snmp_trap, t('common.snmp_trap'), :class => "description-label item-label" %>
<%= check_box :agent, :send_snmp_trap, :disabled => @view_only, :class => "" %>

<%= t('common.send_snmp_trap_caption') %>

<%= t('common.email') %>
<%= check_box_tag :use_notification_list, '1', @agent.notification_list_public_list, {:disabled => @view_only, :class => ""} %>

<%= label :agent, :notification_list_name_label, ' ', :class => "description-label item-label" %>
<%= form.hidden_field :notification_list_id, :disabled => true %> <%= form.hidden_field :notification_list_name, :disabled => true %> <%= hidden_field_tag :update_notification_list, true %>

<%= t('common.select_a_notification_list')%>

<%= t('common.to_users')%>

<%= t('common.email_user_caption')%>

<%= label :agent, :users, t('common.add_user'), :class => "x-form-item label" %>

<%= t('common.add_user_caption')%>

<% end %>