summaryrefslogtreecommitdiffstats
path: root/app/views/auth_sources/_form.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth_sources/_form.html.erb')
-rw-r--r--app/views/auth_sources/_form.html.erb13
1 files changed, 3 insertions, 10 deletions
diff --git a/app/views/auth_sources/_form.html.erb b/app/views/auth_sources/_form.html.erb
index 79abae7d8..05c6ca9e9 100644
--- a/app/views/auth_sources/_form.html.erb
+++ b/app/views/auth_sources/_form.html.erb
@@ -1,13 +1,6 @@
<%= 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 class="box tabular">
+ <p><%= f.text_field :name, :required => true %></p>
+ <p><%= f.check_box :onthefly_register, :label => :field_onthefly %></p>
</div>
-
-<!--[eoform:auth_source]-->
-