Changeset 4723
- Timestamp:
- 08/08/06 18:19:30 (2 years ago)
- Files:
-
- applications/plugins/app/views/account (deleted)
- applications/plugins/app/views/sessions/new.rhtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
applications/plugins/app/views/sessions/new.rhtml
r4722 r4723 1 <%= start_form_tag %>1 <%= start_form_tag sessions_url %> 2 2 <p><label for="login">Login</label><br/> 3 3 <%= text_field_tag 'login' %></p> … … 6 6 <%= password_field_tag 'password' %></p> 7 7 8 <!-- Uncomment this if you want this functionality9 8 <p><label for="remember_me">Remember me:</label> 10 9 <%= check_box_tag 'remember_me' %></p> 11 -->12 10 13 11 <p><%= submit_tag 'Log in' %></p>