<%= _('Activation Mode') %>
<%= f.radio_button(:activation_mode, 'auto') %>
<%= _('Auto') %>
<%= _('(all text articles will be activated by default)') %>
<%= f.radio_button(:activation_mode, 'manual') %>
<%= _('Manual') %>
<%= _('(click on "Activate Comment Paragraph" )') %>
<% button_bar do %>
<%= submit_button(:save, _('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %>
<% end %>
<% end %>