diff --git a/app/views/account/_signup_form.rhtml b/app/views/account/_signup_form.rhtml index 0c08820..fd1cdcc 100644 --- a/app/views/account/_signup_form.rhtml +++ b/app/views/account/_signup_form.rhtml @@ -72,14 +72,14 @@
- <%= template_options(Person, 'profile_data') %> - <% labelled_fields_for :profile_data, @person do |f| %> <%= render :partial => 'profile_editor/person_form', :locals => {:f => f} %> <% end %> <%= @plugins.dispatch(:signup_extra_contents).collect { |content| instance_eval(&content) }.join("") %> + <%= template_options(Person, 'profile_data') %> + <% unless @terms_of_use.blank? %>
<%= labelled_check_box(_('I accept the %s') % link_to(_('terms of use'), {:controller => 'home', :action => 'terms'}, :target => '_blank'), 'user[terms_accepted]') %> diff --git a/po/pt/noosfero.po b/po/pt/noosfero.po index f356b3c..c220536 100644 --- a/po/pt/noosfero.po +++ b/po/pt/noosfero.po @@ -10287,7 +10287,7 @@ msgid "" "if you have one." msgstr "" "O número USP garante poderes especiais nesta rede. Não esqueça de preenchê-" -"lo se você possuir um se você possuir um." +"lo se você possuir um." #: plugins/stoa/lib/stoa_plugin.rb:24 plugins/stoa/lib/stoa_plugin.rb:34 msgid "Birth date (yyyy-mm-dd)" diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4cdb1af..c0f7f0a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -5731,6 +5731,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { #signup-form input[type=radio] { height: auto; margin: 0px 5px 0px 3px; + width: auto; } #signup-form .fieldgroup { -- libgit2 0.21.2