Mercurial > hg > soundsoftware-site
view app/views/auth_sources/.svn/text-base/_form.html.erb.svn-base @ 299:defe55be97b9 feature_73
Do not show external checkbox/field until the repo has been automatically populated
Pull external Hg as well as git and svn repos
Some textual changes
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 24 Mar 2011 15:48:36 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
<%= 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> <!--[eoform:auth_source]-->