Mercurial > hg > soundsoftware-site
diff app/views/users/_form.rhtml @ 55:bbb139d5ca95 luisf
changes to add SSAMR info. This is a development Commit - DO NOT USE this version.
author | luisf |
---|---|
date | Fri, 26 Nov 2010 15:44:34 +0000 |
parents | 94944d00e43c |
children | 7ff14a13f48a |
line wrap: on
line diff
--- a/app/views/users/_form.rhtml Wed Nov 24 11:08:56 2010 +0000 +++ b/app/views/users/_form.rhtml Fri Nov 26 15:44:34 2010 +0000 @@ -20,6 +20,10 @@ </div> <div class="box tabular"> + <h3><%=l(:label_ssamr_description)%></h3> +</div> + +<div class="box tabular"> <h3><%=l(:label_authentication)%></h3> <% unless @auth_sources.empty? %> <p><%= f.select :auth_source_id, ([[l(:label_internal), ""]] + @auth_sources.collect { |a| [a.name, a.id] }), {}, :onchange => "if (this.value=='') {Element.show('password_fields');} else {Element.hide('password_fields');}" %></p>