diff --git a/app/views/account/accept_terms.rhtml b/app/views/account/accept_terms.rhtml index d6ed685..42278a2 100644 --- a/app/views/account/accept_terms.rhtml +++ b/app/views/account/accept_terms.rhtml @@ -1,3 +1,15 @@ +
<%= _('Well, now for you manage your enterprise you have to associate an individual account to the enterprise.') %>
-<%= _('Do you have a user account?') %>
+<%= _('Now for you manage your enterprise you have to associate an individual account to the enterprise.') %>
+<%= _('Do you have a personal user account in the system?') %>
+ + diff --git a/app/views/account/activation_question.rhtml b/app/views/account/activation_question.rhtml index 5c56f7d..4836fc3 100644 --- a/app/views/account/activation_question.rhtml +++ b/app/views/account/activation_question.rhtml @@ -26,7 +26,11 @@<%= _('Pay atention! You have only one chance!') %>
+ +<%= _("This is a question to know if you is really part of this enterprise. Pay atention because you has only one chance to answer rigth and activate your enterprise. If you answer wrong you will not be able to activate the enterprise automaticaly and must get in touch with the admins of %s by email or phone.") % environment.name %>
+ + <%= ApplicationHelper::NoosferoFormBuilder::output_field(@question == :foundation_year ? _('What year your enterprise was founded?') : _('What is the CNPJ of your enterprise?'), text_field_tag(:answer, nil, :id => 'enterprise-activation-answer', :help => help=_('We need to be sure that this is your enterprise'))) %> <%= hidden_field_tag :enterprise_code, params[:enterprise_code] %> diff --git a/public/stylesheets/controller_account.css b/public/stylesheets/controller_account.css new file mode 100644 index 0000000..7691c2a --- /dev/null +++ b/public/stylesheets/controller_account.css @@ -0,0 +1,7 @@ +.button.disabled { + opacity: 0.5; +} + +#content .icon-forward.disabled { + background-image: url('/designs/icons/default/go-right-disabled-HC.gif'); +} -- libgit2 0.21.2