<%= _("Comment paragraph plugin settings") %>

<%= form_for(:settings) do |f| %> <% @article_types.each do |type| %> <% end %>
  <%= _('Article type') %> <%= _('Article type description') %>
<%= check_box_tag 'settings[article_types_with_auto_marking][]', type[:class_name], CommentParagraphPlugin::CommentParagraphHelper.auto_marking_enabled?(@settings, type[:class_name]) %> <%= _(type[:class_name]) %> <%= _(type[:short_description]) %>
<% button_bar do %> <%= submit_button(:save, _('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %> <% end %> <% end %>