_signup_welcome_screen.html.erb
545 Bytes
<div class='description'>
<%= _('If you enable this feature on the "Features" section of the Administration Panel, this text will be shown as a welcome message to users after signup.') %><br/><br/>
</div>
<%= labelled_form_field(_('Body'), text_area(:environment, :signup_welcome_screen_body, :cols => 40, :style => 'width: 100%', :class => 'mceEditor')) %>
<p>
<div class='description'>
<%= _('If this content is left blank, the following page will be displayed to the user:') %><br/><br/>
</div>
<p>
<%= render :file => 'home/welcome' %>