Commit 1934fc8832c702750b79ce787fced475d81821ad

Authored by Antonio Terceiro
1 parent 14699f4b

Slightly larger text field for API key

plugins/anti_spam/views/anti_spam_plugin_admin/index.rhtml
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 4
5 <%= labelled_form_field _('Host'), f.text_field(:host) %> 5 <%= labelled_form_field _('Host'), f.text_field(:host) %>
6 6
7 - <%= labelled_form_field _('API key'), f.text_field (:api_key) %> 7 + <%= labelled_form_field _('API key'), f.text_field(:api_key, :size => 40) %>
8 8
9 <% button_bar do %> 9 <% button_bar do %>
10 <%= submit_button(:save, _('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %> 10 <%= submit_button(:save, _('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %>