Adds link between LDAPS label and check box

pull/789/head
Hagen Schink 11 years ago committed by Christian Ratz
parent 3c08fd5d03
commit fad52e288b
  1. 7
      app/views/ldap_auth_sources/_form.html.erb

@ -38,7 +38,12 @@ See doc/COPYRIGHT.rdoc for more details.
<%= text_field 'auth_source', 'host' %></p>
<p><label for="auth_source_port"><%= AuthSource.human_attribute_name(:port) %> <span class="required">*</span></label>
<%= text_field 'auth_source', 'port', :size => 6 %> <%= check_box 'auth_source', 'tls' %> LDAPS</p>
<%= text_field 'auth_source', 'port', :size => 6 %>
<span>
<%= check_box 'auth_source', 'tls' %>
<label style="float:none; margin-left:0px;" for="auth_source_tls">LDAPS</label>
</span>
</p>
<p><label for="auth_source_account"><%= AuthSource.human_attribute_name(:account) %></label>
<%= text_field 'auth_source', 'account' %></p>

Loading…
Cancel
Save