cirandas.net

ref: master

plugins/classify_members/views/classify_members_plugin_admin/index.html.erb


<%= _("Classify Members Plugin's config") %>

<%= form_for(:settings) do |f| %> <%= labelled_form_field _('Communities to classify people:'), f.text_area(:communities) %>

<%= _('List of community identifiers and the applicable person label, line by line.') %>

<%=_('Example:')%> <%=_('teachers: Teacher')%>
<%=_('office-lawyers: Lawyer')%>
<%=_('salvador-ba: Soteropolitano')%>
<%= button_bar do %> <%= submit_button(:save, _('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %> <% end %> <% end %>