<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% fields_for @system_setting do |form| %>
<%= form.label :show_getting_started, t_label('system_settings.show_getting_started'), :class => "show-getting-started-label item-label" %>
<%= form.check_box :show_getting_started, :disabled => @view_only %>

<%= t('system_settings.show_getting_started_caption') %>

<% end %>