- </span>
- </div>
-
- <div class="form-row">
- <label class="standard-label"><%= t '.contributor terms.heading' %></label>
- <span class="form-help deemphasize">
- <% if current_user.terms_agreed? %>
- <%= t '.contributor terms.agreed' %>
- (<a href="<%= t '.contributor terms.link' %>" target="_new"><%= t '.contributor terms.link text' %></a>)
- <% if current_user.consider_pd? %>
- <%= t '.contributor terms.agreed_with_pd' %>
- <% end %>
- <% else %>
- <%= t '.contributor terms.not yet agreed' %>
- <%= link_to t('.contributor terms.review link text'), :controller => 'users', :action => 'terms' %>
- <% end %>
- </span>
- </div>
- <div class="form-row">
- <label class="standard-label"><%= t '.preferred editor' %></label>
- <%= f.select :preferred_editor, [[t("editor.default", :name => t("editor.#{Settings.default_editor}.name")), 'default']] + Editors::ALL_EDITORS.collect { |e| [t("editor.#{e}.description"), e] } %>
- </div>
- </fieldset>
-
- <fieldset class="form-divider">
- <div class='form-row'>
- <label class="standard-label"><%= t '.profile description' %></label>
- <%= richtext_area :user, :description, :object => current_user, :cols => 80, :rows => 20 %>
- </div>
-
+ <% else %>
+ <%= t ".contributor terms.not yet agreed" %>
+ <%= link_to t(".contributor terms.review link text"), :controller => "users", :action => "terms" %>
+ <% end %>
+ </span>
+ </div>
+
+ <%= f.select :preferred_editor, [[t("editor.default", :name => t("editor.#{Settings.default_editor}.name")), "default"]] + Editors::AVAILABLE_EDITORS.collect { |e| [t("editor.#{e}.description"), e] } %>
+ <%= f.richtext_field :description, :cols => 80, :rows => 20 %>
+ <%= f.text_field :languages %>
+
+ <fieldset class="form-group">
+ <%= f.label t(".image") %>