2006-07-29 13:32:58 +04:00
|
|
|
<h2><%=l(:label_auth_source)%> (<%= @auth_source.auth_method_name %>)</h2>
|
|
|
|
|
2006-09-02 17:33:23 +04:00
|
|
|
<%= start_form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") %>
|
2006-07-29 13:32:58 +04:00
|
|
|
<%= render :partial => 'form' %>
|
|
|
|
<%= submit_tag l(:button_save) %>
|
|
|
|
<%= end_form_tag %>
|
|
|
|
|