cirandas.net

ref: master

plugins/comment_paragraph/views/comment_paragraph_plugin_admin/index.html.erb


<%= _("Comment Paragraph Plugin Settings") %>

<%= form_for(:settings) do |f| %>

<%= _('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 %>