<%%= f.error_messages %>
<%%= flash_tag %>
<%% content_for :button do %>
<%% end %>
<%%#= yield :button %>
<%%#= pagesubtitle :title => "パスワード変更" %>
<%%= required_notice_tag %>
<%%= f.hidden_field :id %>
<%%= yield :button %>
<%%= submit_button_tag(f, :value => '/images/btn_update.png') %>
<%%= close_button_tag %>
<%%= f.label :account %> | <%%=h @user.account %> |
---|---|
<%%= f.label :password_required %> | <%%= f.password_field :password_required, :value => ("" if @update_flag) %><%%= required %> |
<%%= f.label :password_new %> | <%%= f.password_field :password, :value => ("" if @update_flag) %><%%= required %> |
<%%= f.label :password_confirmation %> | <%%= f.password_field :password_confirmation, :value => ("" if @update_flag) %><%%= required %> |