You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_form.html.erb 395B

12345678910111213
  1. <%= error_messages_for 'auth_source' %>
  2. <div class="box">
  3. <!--[form:auth_source]-->
  4. <p><label for="auth_source_name"><%=l(:field_name)%> <span class="required">*</span></label>
  5. <%= text_field 'auth_source', 'name' %></p>
  6. <p><label for="auth_source_onthefly_register"><%=l(:field_onthefly)%></label>
  7. <%= check_box 'auth_source', 'onthefly_register' %></p>
  8. </div>
  9. <!--[eoform:auth_source]-->