##// END OF EJS Templates
Merged r14908, r14909 and r14910 from trunk to 3.2-stable (#19017)...
Merged r14908, r14909 and r14910 from trunk to 3.2-stable (#19017) git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@14912 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10767:7775f86a69f1
r14530:439b7789804f
Show More
_form.html.erb
6 lines | 202 B | text/plain | TextLexer
<%= error_messages_for 'auth_source' %>
<div class="box tabular">
<p><%= f.text_field :name, :required => true %></p>
<p><%= f.check_box :onthefly_register, :label => :field_onthefly %></p>
</div>