diff --git a/app/views/account/_signup_form.rhtml b/app/views/account/_signup_form.rhtml index edf9934..cd9b576 100644 --- a/app/views/account/_signup_form.rhtml +++ b/app/views/account/_signup_form.rhtml @@ -19,26 +19,30 @@ <%= required_fields_message %> +
+<%= required f.text_field(:email, + :help => help=_('This e-mail address will be used to contact you.')) %> +
<%= help %>
+
+ <%= required f.text_field(:login, + :help => help=_('Insert your login'), :onchange => 'this.value = convToValidLogin( this.value )') %> -<%= help %> - -<%= observe_field 'user_login', :url => {:action => 'check_url'}, :with => 'identifier', :update => 'url-check' %> -
+
<%= help %>
-<%= required f.text_field(:email, - :help => help=_('This e-mail address will be used to contact you.')) %> -<%= help %> +<%= observe_field 'user_login', :url => {:action => 'check_url'}, :with => 'identifier', :update => 'url-check' %> +
<%= required f.password_field(:password, :help => help=_('Choose a password that you can remember easily.')) %> -<%= help %> +
<%= help %>
+
<%= required f.password_field(:password_confirmation, :help => help=_('To confirm, repeat your password.')) %> -<%= help %> +
<%= help %>
<% labelled_fields_for :profile_data, @person do |f| %> <%= render :partial => 'profile_editor/person_form', :locals => {:f => f} %> @@ -52,7 +56,7 @@ page['terms-of-use'].show end %> -