<%= l(:label_password_required) %>

<%= t 'sudo_mode_new_info_html' %>

<%= form_tag({}, remote: true) do %> <%= hidden_field_tag '_method', request.request_method %> <%= hash_to_hidden_fields @sudo_form.original_fields %> <%= render_flash_messages %>

<%= password_field_tag :sudo_password, nil, size: 25 %>
<%= link_to l(:label_password_lost), lost_password_path, :class => "lost_password" if Setting.lost_password? %>

<%= submit_tag l(:button_submit), onclick: "hideModal(this);" %> <%= link_to_function l(:button_cancel), "hideModal(this);" %>

<% end %>