<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %>
<%= label :user, :name, t_label('common.name'), :class => "name-label item-label" %>
<%= text_field :user, :name, :disabled => @view_only, :maxLength => 20, :class => "x-form-field name-field" %>

<%= t('user.name_caption') %>

<%= label :user, :description, t_label('common.description'), :class => "description-label item-label" %>
<%= text_area :user, :description, :disabled => @view_only, :maxLength => 100, :value => @user.description, :class => "x-form-field description-field" %>

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

<%= label :user, :notify_of_system_events, t_label('.notify_system_events'), :class => "notify-system-events-label item-label" %>
<%= check_box :user, :notify_of_system_events, :disabled => @view_only %>

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