cirandas.net

ref: master

app/views/account/accept_terms.html.erb



<%= _('Enterprise activation') + ' - ' + (logged_in? ? _('part 2 of 2') : _(' part 2 of 3')) %>

<%= @terms_of_enterprise_use %>
<%= form_tag :action => 'activate_enterprise' do %> <%= hidden_field_tag :enterprise_code, params[:enterprise_code] %> <%= hidden_field_tag :answer, params[:answer] %> <%= labelled_check_box(environment.terms_of_use_acceptance_text.blank? ? _('I read the terms of use and accepted them') : environment.terms_of_use_acceptance_text, :terms_accepted, '1', false, :id => 'accept-terms') %> <%= button_bar do %> <%= button 'cancel', _('Cancel'), :controller => 'home', :action => 'index' %> <%= submit_button 'forward', _('Continue'), {:disabled => true, :class => 'disabled', :id => 'submit-accept-terms'} %> <% end %> <% end %>