Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / vendor / plugins / login_engine / app / views / user / login.rhtml
1 <div title="<%= title_helper %>" class="form">
2   <h3>Please Login</h3>
3
4   <div class="form-padding">
5     <%= start_form_tag :action => 'login'  %>
6       <table>
7         <%= form_input :text_field, "Login ID", "login", :size => 30 %><br/>
8         <%= form_input :password_field, "Password", "password", :size => 30 %><br/>
9       </table>
10
11       <div class="button-bar">
12         <%= submit_tag 'Login' %>
13         <%= link_to 'Register for an account', :action => 'signup' %> |
14         <%= link_to 'Forgot my password', :action => 'forgot_password' %>      </div>
15     <%= end_form_tag %>
16   </div>
17 </div>

Benjamin Mako Hill || Want to submit a patch?