<%= start_bubble_wrap("blue","black") %> Your Settings <%= end_bubble_wrap("blue","black") %> <%= start_bubble_wrap("light_blue","black") %>
<%= form_remote_tag :update => "settings", :loaded => "notifier()", :url => {:action => "save_settings"} %>
<%= render :partial => "settings" %>
<%= form_remote_tag :update => "action_pane", :loaded => "notifier()", :url => {:action => "change_password"} %> New password:
<%= password_field('user','password') %>
Confirm new password:
<%= password_field('user','password_confirmation') %>
<%= submit_tag "Change Password" %>
<%= end_bubble_wrap("light_blue","black") %>