修改密码页面查询按钮改为确定
This commit is contained in:
parent
dbe8456fd5
commit
b5e8b12806
|
@ -13,7 +13,7 @@
|
|||
|
||||
<p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label>
|
||||
<%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p>
|
||||
<%= submit_tag l(:button_apply) %>
|
||||
<%= submit_tag l(:label_button_ok) %>
|
||||
</div>
|
||||
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue