<%= _("reCaptcha Management") %>
<%= labelled_form_for(:environment, :url => {:action => 'update'}) do |f| %>
| <%= c_('Configuration') %> |
<%= _('Value') %> |
| <%= _('Version number (1 or 2)') %> |
<%= text_field :environment, :recaptcha_version %> |
| <%= _('Site key') %> |
<%= text_field :environment, :recaptcha_site_key %> |
| <%= _('Secret key') %> |
<%= text_field :environment, :recaptcha_private_key %> |
<% button_bar do %>
<%= submit_button('save', c_('Save changes')) %>
<%= button :back, _('Back to plugins administration panel'), :controller => 'plugins' %>
<% end %>
<% end %>