To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / auth_sources / _form.html.erb @ 912:5e80956cc792

History | View | Annotate | Download (395 Bytes)

1
<%= error_messages_for 'auth_source' %>
2

    
3
<div class="box">
4
<!--[form:auth_source]-->
5
<p><label for="auth_source_name"><%=l(:field_name)%> <span class="required">*</span></label>
6
<%= text_field 'auth_source', 'name'  %></p>
7

    
8
<p><label for="auth_source_onthefly_register"><%=l(:field_onthefly)%></label>
9
<%= check_box 'auth_source', 'onthefly_register' %></p>
10
</div>
11

    
12
<!--[eoform:auth_source]-->
13