##// END OF EJS Templates
Adding 1.0.0's release date....
Adding 1.0.0's release date. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3853 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3630:715c9d16ef2c
r3739:854ba2a8d26e
Show More
_form.html.erb
13 lines | 395 B | text/plain | TextLexer
<%= error_messages_for 'auth_source' %>
<div class="box">
<!--[form:auth_source]-->
<p><label for="auth_source_name"><%=l(:field_name)%> <span class="required">*</span></label>
<%= text_field 'auth_source', 'name' %></p>
<p><label for="auth_source_onthefly_register"><%=l(:field_onthefly)%></label>
<%= check_box 'auth_source', 'onthefly_register' %></p>
</div>
<!--[eoform:auth_source]-->